X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=21d48b35e4535ad7ffeba22e7799f3b2767c58d5;hb=f8e530e76327a6e95854d7a46504c2eb977ae43e;hp=c4c0522b4f3cd4296991c96a45c8a14837e70e89;hpb=d5bd63941d528633fa2719e3c6dc2c30bbd9efeb;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index c4c0522b..21d48b35 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -71,7 +71,8 @@ class general_ledger_app extends application "gl/manage/gl_account_types.php?", 'SA_GLACCOUNTGROUP', MENU_MAINTENANCE); $this->add_rapp_function(2, _("GL Account &Classes"), "gl/manage/gl_account_classes.php?", 'SA_GLACCOUNTCLASS', MENU_MAINTENANCE); - $this->add_rapp_function(2, "",""); + $this->add_rapp_function(2, _("&Closing GL Transactions"), + "gl/manage/close_period.php?", 'SA_GLSETUP', MENU_MAINTENANCE); $this->add_rapp_function(2, _("&Revaluation of Currency Accounts"), "gl/manage/revaluate_currencies.php?", 'SA_EXCHANGERATE', MENU_MAINTENANCE); @@ -80,4 +81,3 @@ class general_ledger_app extends application } -?> \ No newline at end of file