Update list.php

This commit is contained in:
Frédéric FRANCE 2014-10-25 11:37:39 +02:00
parent 68fa6cec70
commit e08146d053

View File

@ -345,7 +345,7 @@ if ($resql)
print '</td>';
// Shippable Icon
if (($objp->fk_statut > 0) && ($objp->fk_statut < 3)) {
if (($objp->fk_statut > 0) && ($objp->fk_statut < 3) && ! empty($conf->global->SHIPPABLE_ORDER_ICON_IN_LIST)) {
$notshippable=0;
$text_info='';
$nbprod=0;