Fix: add htmlname parameter
This commit is contained in:
parent
6b727db3d0
commit
72304505cb
@ -269,7 +269,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
||||
if (! empty($conf->multicompany->enabled) && empty($conf->global->MULTICOMPANY_HIDE_LOGIN_COMBOBOX))
|
||||
{
|
||||
$rowspan++;
|
||||
$select_entity = $mc->select_entities($lastentity, 'tabindex="3"', 1);
|
||||
$select_entity = $mc->select_entities($lastentity, 'entity', ' tabindex="3"', 1);
|
||||
}
|
||||
|
||||
// Security graphical code
|
||||
|
||||
@ -228,7 +228,7 @@ if (! empty($conf->multicompany->enabled) && empty($conf->global->MULTICOMPANY_
|
||||
}
|
||||
}
|
||||
|
||||
$select_entity = $mc->select_entities($lastentity,'tabindex="2"');
|
||||
$select_entity = $mc->select_entities($lastentity, 'entity', ' tabindex="2"');
|
||||
}
|
||||
|
||||
// Security graphical code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user