From 33a7ed2e70cbbd0d3ec26c4e8f18852c70209fe3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 25 Nov 2009 19:13:08 +0000 Subject: [PATCH] Fix: bad right verification --- htdocs/comm/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 005fa35ca02..06f7a945171 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -298,7 +298,7 @@ if ($socid > 0) } // Adresse de livraison - if ($conf->global->PROPALE_ADD_DELIVERY_ADDRESS) + if ($conf->expedition->enabled) { print ''; print '
';