fix scrutinizer

dol_set_focus returns void
This commit is contained in:
Frédéric FRANCE 2021-10-31 22:20:02 +01:00 committed by GitHub
parent cb648705ce
commit 445fea18bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -817,7 +817,7 @@ if ($action == 'create' || $action == 'adduserldap') {
print dol_get_fiche_head('', '', '', 0, '');
print dol_set_focus('#lastname');
dol_set_focus('#lastname');
print '<table class="border centpercent">';