Fix: multicompany login combobox problem
This commit is contained in:
parent
d64a2b70f7
commit
b861f3596b
@ -275,7 +275,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
||||
{
|
||||
$mc = new ActionsMulticompany($db);
|
||||
|
||||
$select_entity=$mc->select_entities($lastentity, 'tabindex="3"');
|
||||
$select_entity=$mc->select_entities($lastentity, 'tabindex="3"', 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user