Merge pull request #7872 from atm-alexis/fix_include_for_ajax_select_product_supplier_order

fix include for ajax select product supplier order
This commit is contained in:
Laurent Destailleur 2017-11-27 14:55:11 +01:00 committed by GitHub
commit b55d085f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;