fix include for ajax select product supplier order

This commit is contained in:
alexis Algoud 2017-11-27 10:59:46 +01:00
parent cf274a7e3f
commit 61a3131fc4

View File

@ -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;