Update list.php
This commit is contained in:
parent
68fa6cec70
commit
e08146d053
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user