From: Joe Hunt Date: Fri, 15 Jan 2021 08:02:11 +0000 (+0100) Subject: Wrong security area passed in generalledger.php. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=a498e7ba1a3932bf292c8ce9a1cf12adc01bd6ba Wrong security area passed in generalledger.php. Fixed. --- diff --git a/applications/generalledger.php b/applications/generalledger.php index f81f04e0..4b5ac702 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -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);