Added supplier search in Outstanding Purchase Orders and Purchase Orders Inquiry.
[fa-stable.git] / purchasing / includes / ui / po_ui.inc
index 5f09dc10a52d5476e8f459e2ba4c6b78f00030ae..728d2e7ce190b57f404e72b9f8984e4cdcf174f9 100644 (file)
@@ -166,7 +166,7 @@ function display_po_header(&$order)
        if (!is_company_currency($order->curr_code))
        {
                label_row(_("Supplier Currency:"), $order->curr_code);
-               exchange_rate_display($order->curr_code, get_company_currency(),
+               exchange_rate_display(get_company_currency(), $order->curr_code,
                        $_POST['OrderDate']);
        }