Bad debit account when debiting service items.
[fa-stable.git] / applications / generalledger.php
index 062eef687d59c0e4b1788ecfda7b9b848d0aa03e..f4e4bc92fb8ef0489cf1c6e1cdc5d7657ae9851e 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"),
@@ -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');