X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcredit_note_entry.php;h=cdd6ebe464ff3c72003ea99948c37b70c41c1747;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=70148e81a6574fc99ae54fa30ac53d3158e8abe5;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/sales/credit_note_entry.php b/sales/credit_note_entry.php index 70148e81..cdd6ebe4 100644 --- a/sales/credit_note_entry.php +++ b/sales/credit_note_entry.php @@ -270,7 +270,7 @@ hidden('cart_id'); $customer_error = display_credit_header($_SESSION['Items']); if ($customer_error == "") { - start_table(TABLESTYLE, "width=80%", 10); + start_table(TABLESTYLE, "width='80%'", 10); echo ""; display_credit_items(_("Credit Note Items"), $_SESSION['Items']); credit_options_controls($_SESSION['Items']);