forked from Wavyzz/dolibarr
List of events show user firstname by default
This commit is contained in:
@@ -249,7 +249,7 @@ class FormActions
|
||||
if (! empty($action->userownerid))
|
||||
{
|
||||
$userstatic->fetch($action->userownerid); // TODO Introduce a cache on users fetched
|
||||
print $userstatic->getNomUrl(-1, '', 0, 0, 16, 0, '', '');
|
||||
print $userstatic->getNomUrl(-1, '', 0, 0, 16, 0, 'firstelselast', '');
|
||||
}
|
||||
print '</td>';
|
||||
// Type
|
||||
|
||||
Reference in New Issue
Block a user