diff --git a/htdocs/ajaxresponse.php b/htdocs/ajaxresponse.php index 0120f660852..eef429f5dd3 100644 --- a/htdocs/ajaxresponse.php +++ b/htdocs/ajaxresponse.php @@ -19,7 +19,7 @@ */ require('./pre.inc.php'); $form = new Form($db); -$form->select_produits_do("","","","","",$_GET["key"]); +$form->select_produits_do("","","","","",$_GET["keyref"],$_GET["keylabel"]); // print $_GET["key"]; diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 946fbe62810..9d0a2400bcf 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -622,22 +622,22 @@ class Form
-
+
-
+