From 4b6b693aa3aa6a1b6dc08ccc9127ec99ea4ca83b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 19 Jun 2006 14:54:54 +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 329154d720e..59f950b3d0d 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=($lines[$i]->description ? $lines[$i]->description : $lines[$i]->libelle); + $desc=($lines[$i]->desc ? $lines[$i]->desc : $lines[$i]->libelle); $result = $facture->addline( $facid,