mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 09:52:33 +01:00
Add option MAIN_DISABLE_DOLISTORE_SEARCH
This commit is contained in:
@@ -830,7 +830,7 @@ if ($mode == 'marketplace')
|
||||
|
||||
print '<br>';
|
||||
|
||||
if ($conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
if (empty($conf->global->MAIN_DISABLE_DOLISTORE_SEARCH) && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
{
|
||||
print '<span class="opacitymedium">'.$langs->trans('DOLISTOREdescriptionLong').'</span>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user