X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_payment.php;h=0b96feec3c0c27f74e2770d80c8bb419a427d281;hb=ddfd301aaab1897a4440fc3d779d23766bf7ce5c;hp=12d05480f5dbf4b393e2b70947b296f85fc4879b;hpb=6183e9450dcd7e4c747889c10903f6ff1b0add33;p=fa-stable.git diff --git a/gl/gl_payment.php b/gl/gl_payment.php index 12d05480..0b96feec 100644 --- a/gl/gl_payment.php +++ b/gl/gl_payment.php @@ -244,9 +244,13 @@ end_table(1); if (!isset($_POST['Process'])) { - submit_center_first('Update', _("Update")); if ($_SESSION['pay_items']->count_gl_items() >= 1) + { + submit_center_first('Update', _("Update")); submit_center_last('Process', _("Process Payment")); + } + else + submit_center('Update', _("Update")); } end_form();