Fix combo

This commit is contained in:
Laurent Destailleur 2019-06-03 16:20:04 +02:00
parent 5144992eea
commit 213936aac1

View File

@ -716,12 +716,13 @@ class FormCompany
} }
} }
print "</select>\n"; print "</select>\n";
print ajax_combobox($htmlname);
return $firstCompany; return $firstCompany;
} }
else else
{ {
dol_print_error($this->db); dol_print_error($this->db);
print 'Error sql'; return 0;
} }
} }
} }