This commit is contained in:
Andre Cianfarani
2006-03-20 17:01:02 +00:00
parent 31565461ee
commit 985859198e

View File

@@ -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;