X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=aed9cd9e5ba7a3ad373c57f92b0dd2ad6cd8a4a2;hb=0c7e0756d4b52a0f9a9bd25c44eaeed131c2e179;hp=cb36c1709dadae49dab87af377df08cc03930063;hpb=a6db07ce63240f5547f92602877e91dd153e2f56;p=fa-stable.git diff --git a/config.default.php b/config.default.php index cb36c170..aed9cd9e 100644 --- a/config.default.php +++ b/config.default.php @@ -241,11 +241,11 @@ if (!defined('ICON_EDIT')) } /* - Display a dropdown select box for choosing Company to login if true. - Show a blank editbox only if false where the Company NickName + Display a dropdown select box for choosing Company to login if false. + Show a blank editbox only if true where the Company NickName will have to be manually entered. This is when privacy is needed. */ - $AllowCompanySelectionBox = true; +$text_company_selection = false; /* Should FA hide menu items (Applications, Modules, and Actions) from the user if they don't have access to them? 0 for no 1 for yes