Dynamic select currency

This commit is contained in:
Maxime Kohlhaas 2016-12-10 16:20:37 +01:00
parent 3a05bc4537
commit eb8f89119f

View File

@ -4231,6 +4231,10 @@ class Form
}
$out.= '</select>';
// Make select dynamic
include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php';
$out.= ajax_combobox($htmlname);
return $out;
}