X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_payment.php;h=2ceac5f387d05bd036fd817f33dc531e0993d462;hb=a0a0a0e1318042034fe5652caa69b034200c8a90;hp=938c2a8d506d4b984195e86abf6fa5dcc79074eb;hpb=e67a7d7074ceb37291846e68f8c5683bb93560ab;p=fa-stable.git diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index 938c2a8d..2ceac5f3 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -249,7 +249,7 @@ if (isset($_POST['ProcessSuppPayment'])) start_form(); - start_outer_table("$table_style2 width=60%", 5); + start_outer_table(TABLESTYLE2, "width=60%", 5); table_section(1); @@ -285,7 +285,7 @@ start_form(); div_end(); } - start_table("$table_style width=60%"); + start_table(TABLESTYLE, "width=60%"); amount_row(_("Amount of Discount:"), 'discount'); amount_row(_("Amount of Payment:"), 'amount'); textarea_row(_("Memo:"), 'memo_', null, 22, 4);