X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_credit_invoice.php;h=a1e274d173208d2024c58355e4063760ff375808;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=e74125caa5f769146cf12422115cf35bba1f9b35;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index e74125ca..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);