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