From 20dfcec51602478e66afdee995907a36d7fab533 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 5 Jun 2011 10:32:21 +0000 Subject: [PATCH] Fix: active dictionnary for module member --- htdocs/admin/dict.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;