From 4adc31e7b0761c9a3b6e5b141a795112dda5c343 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 1 Jun 2006 09:52:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20le=20niveau=20de=20prix=20du=20client=20?= =?UTF-8?q?n'=E9tait=20pas=20r=E9cup=E9r=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/ajaxresponse.php | 2 +- htdocs/html.form.class.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/ajaxresponse.php b/htdocs/ajaxresponse.php index c35868f33b8..a07a686b658 100644 --- a/htdocs/ajaxresponse.php +++ b/htdocs/ajaxresponse.php @@ -27,6 +27,6 @@ require('./pre.inc.php'); $form = new Form($db); -$form->select_produits_do("",$_GET["htmlname"],"","","",$_GET["keyref"],$_GET["keylabel"]); +$form->select_produits_do("",$_GET["htmlname"],"","",$_GET["price_level"],$_GET["keyref"],$_GET["keylabel"]); ?> diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 0620c8fd873..1d56818a263 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -661,12 +661,12 @@ class Form print ''; print ''; print ''; print '
'; print '
';