Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 31 Jul 2008 16:05:34 +0000 (16:05 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 31 Jul 2008 16:05:34 +0000 (16:05 +0000)
CHANGELOG.txt
gl/gl_bank.php

index 6c3d6525ca2982283ac8053348ca098a5734008f..61269f27e197845a4ea081ac54d66433b9c9f1b2 100644 (file)
@@ -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
index 51944291d9b07c9351f421edb956e6f1a50858d1..d827877d7acec789a7bea4ebcd2065453d1be8de 100644 (file)
@@ -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();
 }
 //--------------------------------------------------------------------------------------------------