X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_credit_invoice.php;h=a1e274d173208d2024c58355e4063760ff375808;hb=c08e2d4d2733819fb3ce4afbafd4381ad35b330c;hp=59e454efd163aa41095d743672bc49afc0fd0688;hpb=acbb281bf6915bfccd6798b12eae1fd7d60f63c6;p=fa-stable.git diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 59e454ef..a1e274d1 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -227,10 +227,10 @@ function display_credit_items() start_form(); hidden('cart_id'); - start_table(TABLESTYLE2, "width=80%", 5); + start_table(TABLESTYLE2, "width='80%'", 5); echo ""; // outer table - start_table(TABLESTYLE, "width=100%"); + start_table(TABLESTYLE, "width='100%'"); start_row(); label_cells(_("Customer"), $_SESSION['Items']->customer_name, "class='tableheader2'"); label_cells(_("Branch"), get_branch_name($_SESSION['Items']->Branch), "class='tableheader2'"); @@ -263,7 +263,7 @@ function display_credit_items() echo "";// outer table - start_table(TABLESTYLE, "width=100%"); + start_table(TABLESTYLE, "width='100%'"); label_row(_("Invoice Date"), $_SESSION['Items']->src_date, "class='tableheader2'"); @@ -276,7 +276,7 @@ function display_credit_items() end_table(1); // outer table div_start('credit_items'); - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array(_("Item Code"), _("Item Description"), _("Invoiced Quantity"), _("Units"), _("Credit Quantity"), _("Price"), _("Discount %"), _("Total")); table_header($th); @@ -369,6 +369,7 @@ function display_credit_options() //----------------------------------------------------------------------------- if (get_post('Update')) { + copy_to_cart(); $Ajax->activate('credit_items'); } //-----------------------------------------------------------------------------