From f106ffedcdf966f8599153b6a5414f59109b3e14 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 19 Jun 2006 14:44:18 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20les=20description=20produit=20de=20comma?= =?UTF-8?q?nde=20vers=20facture=20n'=E9tait=20plus=20r=E9cup=E9r=E9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index f3640b7316a..329154d720e 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -285,7 +285,7 @@ if ($_POST['action'] == 'add') $lines = $comm->fetch_lignes(); for ($i = 0 ; $i < sizeof($lines) ; $i++) { - $desc=($lignes[$i]->description ? $lignes[$i]->description : $lignes[$i]->libelle); + $desc=($lines[$i]->description ? $lines[$i]->description : $lines[$i]->libelle); $result = $facture->addline( $facid,