From 3fba15e99fb2191e2ee3d3c87f2ccbd423a3f388 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 31 Jul 2008 16:05:34 +0000 Subject: [PATCH] Added a new menu entry after that Bank Payment or Bank Deposit has been processed. --- CHANGELOG.txt | 4 ++++ gl/gl_bank.php | 4 ++++ 2 files changed, 8 insertions(+) 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(); } //-------------------------------------------------------------------------------------------------- -- 2.30.2