From 61a3131fc43ae2930f64ac0cab953c9a6ceeecc8 Mon Sep 17 00:00:00 2001 From: alexis Algoud Date: Mon, 27 Nov 2017 10:59:46 +0100 Subject: [PATCH] fix include for ajax select product supplier order --- htdocs/core/class/html.form.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 533a18524e3..77471d10124 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -2584,6 +2584,7 @@ class Form $this->db->free($result); + include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php'; $out.=ajax_combobox($htmlname); if (empty($outputmode)) return $out;