From: Joe Hunt Date: Thu, 31 Jul 2008 16:05:34 +0000 (+0000) Subject: Added a new menu entry after that Bank Payment or Bank Deposit has been processed. X-Git-Tag: v2.4.2~19^2~1875 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=3fba15e99fb2191e2ee3d3c87f2ccbd423a3f388;p=fa-stable.git Added a new menu entry after that Bank Payment or Bank Deposit has been processed. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6c3d6525..61269f27 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +31-Jul-2008 Joe Hunt ++ Added a new menu entry after that Bank Payment or Bank Deposit has been processed. +$ /gl/gl_bank.php + 30-Jul-2008 Joe Hunt ! Currency selection in Price Listing Report $ /reporting/rep104.php 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(); } //--------------------------------------------------------------------------------------------------