Fixed default value for systypes slector.
[fa-stable.git] / applications / generalledger.php
index 062eef687d59c0e4b1788ecfda7b9b848d0aa03e..5a8a7612b2e2442f966282b94f77d18a06d25864 100644 (file)
@@ -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');