From ce43f4fff72f914cc94f506a4d1cf416346e0470 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 29 May 2006 14:41:06 +0000 Subject: [PATCH] bugfix --- htdocs/expedition/commande.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';