X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_payment.php;h=f9f1105e6961231bdd3790c75ec6d0c9fad14939;hb=17b390efcf904072b02ec866b2a427490471a260;hp=babb02d9df4ed9283508d9b4bdc575035eb99b8f;hpb=7561718ee5113232ce917f63085d272884b0929c;p=fa-stable.git diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index babb02d9..f9f1105e 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -268,7 +268,7 @@ if (isset($_POST['ProcessSuppPayment'])) start_form(); - start_outer_table(TABLESTYLE2, "width=60%", 5); + start_outer_table(TABLESTYLE2, "width='60%'", 5); table_section(1); @@ -319,7 +319,7 @@ start_form(); show_allocatable(false); div_end(); - start_table(TABLESTYLE, "width=60%"); + start_table(TABLESTYLE, "width='60%'"); amount_row(_("Amount of Discount:"), 'discount', null, '', $supplier_currency); amount_row(_("Amount of Payment:"), 'amount', null, '', $supplier_currency); textarea_row(_("Memo:"), 'memo_', null, 22, 4);