diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 4633b9937b6..54450b8fe43 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -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;