From 05abe38f782a5a91142586fff67a62a8382da126 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 3 May 2022 17:40:19 +0200 Subject: [PATCH] Look and feel v16 --- htdocs/core/class/html.form.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index e8da753c2fe..dd4ff0b2740 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1587,6 +1587,8 @@ class Form } } print ''; + print ajax_combobox('select_'.$htmlname); + return $qualifiedlines; } else { dol_print_error($this->db); @@ -5633,6 +5635,7 @@ class Form if ($filter) { $newfilter .= ' AND ('.$filter.')'; } + // output the combo of discounts $nbqualifiedlines = $this->select_remises($selected, $htmlname, $newfilter, $socid, $maxvalue); if ($nbqualifiedlines > 0) { print '