From da153dabb7bb6d2d27a9297a21364fb7fd151896 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 22 Jun 2006 15:31:49 +0000 Subject: [PATCH] bugfix --- htdocs/commande/commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 1103758bceb..78fd724db31 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -388,6 +388,7 @@ class Commande extends CommonObject { $resql = $this->addline( $this->id, + $this->lines[$i]->libelle, $this->lines[$i]->desc, $this->lines[$i]->price, $this->lines[$i]->qty,