X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_payments.php;h=e32f5a8f58ab1e181eed4df3bc098eaa068a983d;hb=e79c80704f4d0bc3d3792365dfd7ebf32f9b4227;hp=bf15289a690f68d6c739666555a6c1b26de30192;hpb=574560928e6d43007858a8655d71c9055739f986;p=fa-stable.git diff --git a/sales/customer_payments.php b/sales/customer_payments.php index bf15289a..e32f5a8f 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -328,7 +328,7 @@ start_form(); hidden('trans_no'); hidden('old_ref', $old_ref); - start_outer_table(TABLESTYLE2, "width=60%", 5); + start_outer_table(TABLESTYLE2, "width='60%'", 5); table_section(1); @@ -388,7 +388,7 @@ start_form(); show_allocatable(false); div_end(); - start_table(TABLESTYLE, "width=60%"); + start_table(TABLESTYLE, "width='60%'"); label_row(_("Customer prompt payment discount :"), $display_discount_percent);