Fixed hidden fields support for ajax driven divs.
[fa-stable.git] / applications / setup.php
index 6e48fc710dbee56ae9eea07391bc8199766d2488..0079b75df21236f63f972453b494ee32c4772e01 100644 (file)
@@ -33,7 +33,7 @@ class setup_app extends application
                $this->add_rapp_function(0, _("Item Ta&x Types"),
                        "taxes/item_tax_types.php?", 'SA_ITEMTAXTYPE', MENU_MAINTENANCE);
                $this->add_rapp_function(0, _("System and &General GL Setup"),
-                       "admin/gl_setup.php?", 'SA_GLSETUP', MENU_MAINTENANCE);
+                       "admin/gl_setup.php?", 'SA_GLSETUP', MENU_SETTINGS);
                $this->add_rapp_function(0, _("&Fiscal Years"),
                        "admin/fiscalyears.php?", 'SA_FISCALYEARS', MENU_MAINTENANCE);
                $this->add_rapp_function(0, _("&Print Profiles"),
@@ -59,7 +59,7 @@ class setup_app extends application
                $this->add_lapp_function(2, _("&Attach Documents"),
                        "admin/attachments.php?filterType=20", 'SA_ATTACHDOCUMENT', MENU_MAINTENANCE);
                $this->add_lapp_function(2, _("System &Diagnostics"),
-                       "admin/system_diagnostics.php?", 'SA_OPEN', MENU_SYSTEM);
+                       "admin/system_diagnostics.php?", 'SA_SOFTWAREUPGRADE', MENU_SYSTEM);
 
                $this->add_rapp_function(2, _("&Backup and Restore"),
                        "admin/backups.php?", 'SA_BACKUP', MENU_SYSTEM);