mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Cancel new feature add to get back a stable version for 2.6
This commit is contained in:
@@ -428,7 +428,7 @@ foreach ($orders as $key => $value)
|
||||
if (! empty($conf->global->$const_name))
|
||||
{
|
||||
// Module actif
|
||||
if (! empty($objMod->always_enabled) || (! empty($objMod->core_enabled) && ($conf->entity != 1))) print $langs->trans("Required");
|
||||
if (! empty($objMod->always_enabled)) print $langs->trans("Required");
|
||||
else print "<a href=\"modules.php?id=".$objMod->numero."&action=reset&value=" . $modName . "&mode=" . $mode . "\">" . $langs->trans("Disable") . "</a></td>\n";
|
||||
|
||||
if (! empty($objMod->config_page_url))
|
||||
|
||||
Reference in New Issue
Block a user