X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_bank.php;h=aff95cb3c9e76c74d96f6fdd564eb81bfeabf9fa;hb=ac93b30fdf9beabafa02a577a0f7db62eb703672;hp=34218c6f275b6b59a0730e0395655fee1d16d758;hpb=cf7be1f00c6abe59755286e0c3108d9d3c0356da;p=fa-stable.git diff --git a/gl/gl_bank.php b/gl/gl_bank.php index 34218c6f..aff95cb3 100644 --- a/gl/gl_bank.php +++ b/gl/gl_bank.php @@ -9,8 +9,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 3; -$path_to_root=".."; +$page_security = isset($_GET['NewPayment']) ? 'SA_PAYMENT' : 'SA_DEPOSIT'; +$path_to_root = ".."; include_once($path_to_root . "/includes/ui/items_cart.inc"); include_once($path_to_root . "/includes/session.inc");