better test
This commit is contained in:
parent
a1c1aa054f
commit
e76a00845d
@ -131,9 +131,12 @@ class FormContract
|
|||||||
print '</select>';
|
print '</select>';
|
||||||
$db->free($resql);
|
$db->free($resql);
|
||||||
|
|
||||||
// Make select dynamic
|
if (!empty($conf->use_javascript_ajax))
|
||||||
include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php';
|
{
|
||||||
print ajax_combobox($htmlname);
|
// Make select dynamic
|
||||||
|
include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php';
|
||||||
|
print ajax_combobox($htmlname);
|
||||||
|
}
|
||||||
|
|
||||||
return $num;
|
return $num;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user