X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=f4e4bc92fb8ef0489cf1c6e1cdc5d7657ae9851e;hb=f090974ec4881a8f10d40d4052363490eba3d2bb;hp=062eef687d59c0e4b1788ecfda7b9b848d0aa03e;hpb=baf1db99b16be17580591998a27ee47a1f67625b;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index 062eef68..f4e4bc92 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -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');