X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsetup.php;h=99fa48d52b9278a59808eeec49d96d28039274ec;hb=104460ae3eca1e1d53ad5e4541d076c967421c1c;hp=e29817be5108d5f1dbfabf259516aa93f064a7dd;hpb=17b390efcf904072b02ec866b2a427490471a260;p=fa-stable.git diff --git a/applications/setup.php b/applications/setup.php index e29817be..99fa48d5 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -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);