X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fincludes%2Fui%2Fsales_credit_ui.inc;h=0bbd100e01fb795785315d729245126e48b29d44;hb=e39803c300ad0071a20d0c1977b5db6d79aa91c4;hp=b75aac1ef7091f11bb7ec1aba8619bcfb0b11ee7;hpb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;p=fa-stable.git diff --git a/sales/includes/ui/sales_credit_ui.inc b/sales/includes/ui/sales_credit_ui.inc index b75aac1e..0bbd100e 100644 --- a/sales/includes/ui/sales_credit_ui.inc +++ b/sales/includes/ui/sales_credit_ui.inc @@ -17,7 +17,7 @@ function display_credit_header(&$order) { global $Ajax, $Refs; - start_outer_table(TABLESTYLE, "width=80%"); + start_outer_table(TABLESTYLE, "width='80%'"); table_section(1); $customer_error = ""; @@ -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); @@ -163,7 +163,7 @@ function display_credit_items($title, &$order) display_heading($title); div_start('items_table'); - start_table(TABLESTYLE, "width=90%"); + start_table(TABLESTYLE, "width='90%'"); $th = array(_("Item Code"), _("Item Description"), _("Quantity"), _("Unit"), _("Price"), _("Discount %"), _("Total"),''); @@ -344,4 +344,3 @@ function credit_options_controls($credit) //--------------------------------------------------------------------------------- -?> \ No newline at end of file