Added Bank Transfer edition.
[fa-stable.git] / purchasing / includes / ui / grn_ui.inc
index d0db38f3e4766560b80ef3ac9c6fff817d7877b2..dc84b609637e157b0ceb3071cd74dcae19f3f0f0 100644 (file)
@@ -84,8 +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);
 }
 
-?>
\ No newline at end of file