mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 15:42:29 +01:00
Can make a link between a member and a user
This commit is contained in:
@@ -154,7 +154,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
||||
|
||||
print '<tr><td align="left" valign="top" nowrap="nowrap"> <b>'.$langs->trans("Entity").'</b> </td>';
|
||||
print '<td valign="top" nowrap="nowrap">';
|
||||
$html->select_array('entity',$entity);
|
||||
print $html->selectarray('entity',$entity);
|
||||
print '</td></tr>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user