Fix: active dictionnary for module member

This commit is contained in:
Regis Houssin 2011-06-05 10:32:21 +00:00
parent 1c3115a8d9
commit 20dfcec516

View File

@ -265,7 +265,7 @@ $tabcond[1] = true;
$tabcond[2] = true;
$tabcond[3] = true;
$tabcond[4] = true;
$tabcond[5] = $conf->societe->enabled;
$tabcond[5] = $conf->societe->enabled||$conf->adherent->enabled;
$tabcond[6] = $conf->agenda->enabled;
$tabcond[7] = $conf->tax->enabled;
$tabcond[8] = $conf->societe->enabled;