Version changed to 2.0. Final release
[fa-stable.git] / gl / gl_bank.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();
 }
 //--------------------------------------------------------------------------------------------------