projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3613a79
)
Wrong security area passed in generalledger.php. Fixed.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 15 Jan 2021 08:02:11 +0000
(09:02 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 15 Jan 2021 08:02:11 +0000
(09:02 +0100)
applications/generalledger.php
patch
|
blob
|
history
diff --git
a/applications/generalledger.php
b/applications/generalledger.php
index f81f04e04a4423cb77d1557d0a3f50b2302a0952..4b5ac702560244ebcac4edf484975fcf8a8be05e 100644
(file)
--- 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_GL
SETUP
', MENU_MAINTENANCE);
+ "gl/manage/close_period.php?", 'SA_GL
CLOSE
', MENU_MAINTENANCE);
$this->add_rapp_function(2, _("&Revaluation of Currency Accounts"),
"gl/manage/revaluate_currencies.php?", 'SA_EXCHANGERATE', MENU_MAINTENANCE);