From 985859198ec659ade7e982763f2ff17e858fe936 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Mon, 20 Mar 2006 17:01:02 +0000 Subject: [PATCH] debug --- htdocs/commande/commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 97656bd14b5..04d6fa8ac06 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -213,7 +213,7 @@ class Commande $mouvS = new MouvementStock($this->db); $entrepot_id = "1"; - $result=$mouvS->livraison($user, $this->lignes[$i]->product_id, $entrepot_id, $value[1]); + $result=$mouvS->livraison($user, $value[0], $entrepot_id, $value[1]); /* print "::".$value[1]; print $result;