Changed menu option text for GL inquiry.
[fa-stable.git] / applications / generalledger.php
index 062eef687d59c0e4b1788ecfda7b9b848d0aa03e..676d3b1028ef9860e96bc7900c761a310ea7580c 100644 (file)
@@ -14,7 +14,7 @@ class general_ledger_app extends application
        function general_ledger_app() 
        {
                global $installed_extensions;
-               $this->application("GL",_("&Banking and General Ledger"));
+               $this->application("GL", _($this->help_context = "&Banking and General Ledger"));
 
                $this->add_module(_("Transactions"));
                $this->add_lapp_function(0, _("&Payments"),
@@ -33,7 +33,7 @@ class general_ledger_app extends application
                $this->add_module(_("Inquiries and Reports"));
                $this->add_lapp_function(1, _("&Journal Inquiry"),
                        "gl/inquiry/journal_inquiry.php?", 'SA_GLANALYTIC');
-               $this->add_lapp_function(1, _("GL Account &Inquiry"),
+               $this->add_lapp_function(1, _("GL &Inquiry"),
                        "gl/inquiry/gl_account_inquiry.php?", 'SA_GLTRANSVIEW');
                $this->add_lapp_function(1, _("Bank Account &Inquiry"),
                        "gl/inquiry/bank_inquiry.php?", 'SA_BANKTRANSVIEW');
@@ -52,6 +52,8 @@ class general_ledger_app extends application
                        "gl/manage/bank_accounts.php?", 'SA_BANKACCOUNT');
                $this->add_lapp_function(2, _("&Quick Entries"),
                        "gl/manage/gl_quick_entries.php?", 'SA_QUICKENTRY');
+               $this->add_lapp_function(2, _("Account &Tags"),
+                       "admin/tags.php?type=account", 'SA_GLACCOUNTTAGS');
                $this->add_lapp_function(2, "","");
                $this->add_lapp_function(2, _("&Currencies"),
                        "gl/manage/currencies.php?", 'SA_CURRENCY');