X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsetup.php;h=3e2f3b8681406a9fc15a43cd49277ff9f703c146;hb=70c2dbcf463a5d500d15b8510c7f45e527a7fa53;hp=89b095ecf30e92933f2c0a51e6f6ddcffefef3fd;hpb=c8a6fd394c83b7d69cfd069415f8a29913d089da;p=fa-stable.git diff --git a/applications/setup.php b/applications/setup.php index 89b095ec..3e2f3b86 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -71,6 +71,8 @@ class setup_app extends application "admin/inst_module.php?", 'SA_CREATEMODULES'); $this->add_rapp_function(2, _("Install/Activate &Themes"), "admin/inst_theme.php?", 'SA_CREATEMODULES'); + $this->add_rapp_function(2, _("Install/Activate &Chart of Accounts"), + "admin/inst_chart.php?", 'SA_CREATEMODULES'); $this->add_rapp_function(2, _("Software &Upgrade"), "admin/inst_upgrade.php?", 'SA_SOFTWAREUPGRADE');