X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_bank.php;h=d827877d7acec789a7bea4ebcd2065453d1be8de;hb=171074993d8f6768cde0626697abd6b4eab732a6;hp=51944291d9b07c9351f421edb956e6f1a50858d1;hpb=f5def7ebb8635c2fbe212204cfa77f3776103c13;p=fa-stable.git diff --git a/gl/gl_bank.php b/gl/gl_bank.php index 51944291..d827877d 100644 --- a/gl/gl_bank.php +++ b/gl/gl_bank.php @@ -54,6 +54,8 @@ if (isset($_GET['AddedID'])) hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Payment"), "NewPayment=yes"); + hyperlink_params($_SERVER['PHP_SELF'], _("Enter A Deposit"), "NewDeposit=yes"); + display_footer_exit(); } @@ -68,6 +70,8 @@ if (isset($_GET['AddedDep'])) hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Deposit"), "NewDeposit=yes"); + hyperlink_params($_SERVER['PHP_SELF'], _("Enter A Payment"), "NewPayment=yes"); + display_footer_exit(); } //--------------------------------------------------------------------------------------------------