Wrong security area passed in generalledger.php. Fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 15 Jan 2021 08:02:11 +0000 (09:02 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 15 Jan 2021 08:02:11 +0000 (09:02 +0100)
applications/generalledger.php

index f81f04e04a4423cb77d1557d0a3f50b2302a0952..4b5ac702560244ebcac4edf484975fcf8a8be05e 100644 (file)
@@ -72,7 +72,7 @@ class general_ledger_app extends application
                $this->add_rapp_function(2, _("GL Account &Classes"),
                        "gl/manage/gl_account_classes.php?", 'SA_GLACCOUNTCLASS', MENU_MAINTENANCE);
                $this->add_rapp_function(2, _("&Closing GL Transactions"),
-                       "gl/manage/close_period.php?", 'SA_GLSETUP', MENU_MAINTENANCE);
+                       "gl/manage/close_period.php?", 'SA_GLCLOSE', MENU_MAINTENANCE);
                $this->add_rapp_function(2, _("&Revaluation of Currency Accounts"),
                        "gl/manage/revaluate_currencies.php?", 'SA_EXCHANGERATE', MENU_MAINTENANCE);