X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fincludes%2Fui%2Fsales_credit_ui.inc;h=e9bb8ebe259dade19f5d2d190d2254403a5058a2;hb=5dec41f0d87e407e1c9ffcb8eb63b92e4e471a9b;hp=24f3beb49a7554294da513cffadbfcbe6809675f;hpb=032543e8bebfaf5ed19f8a8bad793893af497862;p=fa-stable.git diff --git a/sales/includes/ui/sales_credit_ui.inc b/sales/includes/ui/sales_credit_ui.inc index 24f3beb4..e9bb8ebe 100644 --- a/sales/includes/ui/sales_credit_ui.inc +++ b/sales/includes/ui/sales_credit_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); @@ -91,11 +91,9 @@ function display_credit_header(&$order) { table_section(2); - div_start('currency'); label_row(_("Customer Currency:"), $order->customer_currency); exchange_rate_display($order->customer_currency, get_company_currency(), $_POST['OrderDate']); - div_end(); } table_section(3); @@ -120,13 +118,13 @@ function display_credit_header(&$order) if (!isset($_POST['OrderDate']) || $_POST['OrderDate'] == "") $_POST['OrderDate'] = $order->document_date; - date_row(_("Date:"), 'OrderDate', '', null, 0, 0, 0, null, true); + date_row(_("Date:"), 'OrderDate', '', $order->trans_no==0, 0, 0, 0, null, true); if (isset($_POST['_OrderDate_changed'])) { if (!is_company_currency($order->customer_currency) && (get_base_sales_type()>0)) { $change_prices = 1; } - $Ajax->activate('currency'); + $Ajax->activate('_ex_rate'); } // 2008-11-12 Joe Hunt added dimensions $dim = get_company_pref('use_dimension'); @@ -187,7 +185,7 @@ function display_credit_items($title, &$order) { alt_table_row_color($k); - label_cell("$line->stock_id"); + label_cell("$line->stock_id"); label_cell($line->item_description, "nowrap"); qty_cell($line->qty_dispatched, false, get_qty_dec($line->stock_id)); label_cell($line->units);