diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 06f7a945171058d17efef9397e8c354e7163256c..ff98deb7241d0143f734798aaec896008515edf0 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -297,8 +297,9 @@ if ($socid > 0)
 		print '</tr>';
 	}
 
-	// Adresse de livraison
-	if ($conf->expedition->enabled)
+	// Old way to define delivery address (deprecated).
+	// Now all addresses types (like delivery addresses, invoices addresses,...) are saved as contacts.
+	if ($conf->global->PROPALE_ADD_DELIVERY_ADDRESS)	// Hidden deprecated feature.
 	{
 		print '<tr><td nowrap>';
 		print '<table width="100%" class="nobordernopadding"><tr><td nowrap>';