From e6bf9917a8a4783ef1d002cae2573a7d8e17225b Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Thu, 9 Feb 2006 13:58:16 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20montant=20multiprix=20dans=20liste=20d?= =?UTF-8?q?=E9roulante?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 6c378c4ff6e..589f72a25ba 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -604,7 +604,7 @@ class Form if($result2["price"]) $opt.= $result2["price"].' '.$langs->trans("Currency".$conf->monnaie); else - $opt.= $objp->price.' '.$langs->trans("Currency".$conf->monnaie); + $opt.= '0.00 '.$langs->trans("Currency".$conf->monnaie); } else $opt.= $objp->price.' '.$langs->trans("Currency".$conf->monnaie);