diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php index a6d5d1c3854..56570076eb8 100644 --- a/htdocs/expedition/commande.php +++ b/htdocs/expedition/commande.php @@ -520,7 +520,10 @@ if ($_GET["id"] > 0) print '
| '.$langs->trans("Sending").' | '; - print ''.$langs->trans("DeliveryOrder").' | '; + if ($conf->livraison->enabled && $objp->livraison_id) + { + print ''.$langs->trans("DeliveryOrder").' | '; + } print ''.$langs->trans("Description").' | '; print ''.$langs->trans("QtyShipped").' | '; print ''.$langs->trans("Date").' | ';