Additional access control related ui helpers added: check_edit_access, access_post...
[fa-stable.git] / sales / includes / ui / sales_credit_ui.inc
index b75aac1ef7091f11bb7ec1aba8619bcfb0b11ee7..063af1b1f64818607a1927a2499d58de76aa2607 100644 (file)
@@ -92,7 +92,7 @@ function display_credit_header(&$order)
                table_section(2);
                
                label_row(_("Customer Currency:"), $order->customer_currency);
-               exchange_rate_display($order->customer_currency, get_company_currency(),
+               exchange_rate_display(get_company_currency(), $order->customer_currency,
                        $_POST['OrderDate']);
        }
        table_section(3);
@@ -344,4 +344,3 @@ function credit_options_controls($credit)
 
 //---------------------------------------------------------------------------------
 
-?>
\ No newline at end of file