Uniform display of exchange rate across aplication, added xr_provider_authoritative...
[fa-stable.git] / purchasing / includes / ui / grn_ui.inc
index d0db38f3e4766560b80ef3ac9c6fff817d7877b2..059c7bd13e270e09bb04d81b92e6b7aeee13e94e 100644 (file)
@@ -84,7 +84,7 @@ function edit_grn_summary(&$po)
                label_row(_("Order Comments"), $po->Comments, "class='tableheader2'", "colspan=9");
 
            if (!is_company_currency($po->curr_code))
-                       exchange_rate_display($po->curr_code, get_company_currency(), get_post('DefaultReceivedDate'));
+                       exchange_rate_display(get_company_currency(), $po->curr_code, get_post('DefaultReceivedDate'));
        end_outer_table(1);
 }