diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php index b714f393dde..443427ca31b 100644 --- a/htdocs/expedition/commande.php +++ b/htdocs/expedition/commande.php @@ -343,7 +343,7 @@ if ($_GET["id"] > 0) print ''.$objp->qty.''; print ''; - $quantite_livree = $commande->livraisons[$objp->fk_product]; + $quantite_livree = $commande->expeditions[$objp->fk_product]; print $quantite_livree; print '';