X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsetup.php;h=5f29aff11f8cac3a00e861c1972a800e67525857;hb=48589f9ce6c51bb25e2fa8ed83c57d9dfa485e44;hp=0079b75df21236f63f972453b494ee32c4772e01;hpb=264c09696d65efe4532c197f317162daf8c24f32;p=fa-stable.git diff --git a/applications/setup.php b/applications/setup.php index 0079b75d..5f29aff1 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -11,9 +11,9 @@ ***********************************************************************/ class setup_app extends application { - function setup_app() + function __construct() { - $this->application("system", _($this->help_context = "S&etup")); + parent::__construct("system", _($this->help_context = "S&etup")); $this->add_module(_("Company Setup")); $this->add_lapp_function(0, _("&Company Setup"), @@ -24,7 +24,7 @@ class setup_app extends application "admin/security_roles.php?", 'SA_SECROLES', MENU_SETTINGS); $this->add_lapp_function(0, _("&Display Setup"), "admin/display_prefs.php?", 'SA_SETUPDISPLAY', MENU_SETTINGS); - $this->add_lapp_function(0, _("&Forms Setup"), + $this->add_lapp_function(0, _("Transaction &References"), "admin/forms_setup.php?", 'SA_FORMSETUP', MENU_SETTINGS); $this->add_rapp_function(0, _("&Taxes"), "taxes/tax_types.php?", 'SA_TAXRATES', MENU_MAINTENANCE); @@ -81,4 +81,3 @@ class setup_app extends application } -?> \ No newline at end of file