Merging latest changes from stable branch up to 2.3.24
[fa-stable.git] / applications / setup.php
index 6e48fc710dbee56ae9eea07391bc8199766d2488..e29817be5108d5f1dbfabf259516aa93f064a7dd 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);
@@ -81,4 +81,3 @@ class setup_app extends application
 }
 
 
-?>
\ No newline at end of file