From 989dc85ec9b3c6dcd1c95f4e984568bbf7150a27 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Tue, 21 Mar 2006 10:26:12 +0000 Subject: [PATCH] modif fonction colture pour sousproduit --- htdocs/commande/commande.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 731a90510ac..958c6649ce6 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -216,8 +216,8 @@ class Commande } } - // on décompte le stock du produit - $result=$mouvS->livraison($user, $this->lignes[$i]->product_id, $entrepot_id, $this->lignes[$i]->qty); + // on décompte pas le stock du produit principal, ça serait fait manuellement avec l'expédition + // $result=$mouvS->livraison($user, $this->lignes[$i]->product_id, $entrepot_id, $this->lignes[$i]->qty); } }