X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_payment.php;h=a6021942a523975aa107234d56c3aa7e386e88a2;hb=c2dd0246dfc1625b90f4212767fbac3706796a08;hp=4c99f95d00aef928f0f146b8950baecbf1540c7a;hpb=6183e9450dcd7e4c747889c10903f6ff1b0add33;p=fa-stable.git diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index 4c99f95d..a6021942 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -92,7 +92,7 @@ function display_controls() bank_trans_types_list_row(_("Payment Type:"), 'PaymentType', null); - ref_row(_("Reference:"), 'ref', references::get_next(22)); + ref_row(_("Reference:"), 'ref', '', references::get_next(22)); text_row(_("Memo:"), 'memo_', null, 52,50); @@ -101,7 +101,7 @@ function display_controls() echo ""; end_table(1); // outer table - submit_center('ProcessSuppPayment',_("Enter Payment")); + submit_center('ProcessSuppPayment',_("Enter Payment"), true, '', true); if ($bank_currency != $supplier_currency) {