From 31565461ee6190a01e2fd0e1bfc2ccfe5592bdf9 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Mon, 20 Mar 2006 16:58:00 +0000 Subject: [PATCH] debug --- htdocs/commande/commande.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index bf1b4a15316..97656bd14b5 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -214,9 +214,10 @@ class Commande $mouvS = new MouvementStock($this->db); $entrepot_id = "1"; $result=$mouvS->livraison($user, $this->lignes[$i]->product_id, $entrepot_id, $value[1]); - + /* print "::".$value[1]; print $result; + */ // $this->add_product($value[1], $value[0]); }