mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX Bad picto of user
This commit is contained in:
parent
5619bf83e2
commit
881b9fd5ee
|
|
@ -626,7 +626,7 @@ if ($id > 0 || !empty($ref)) {
|
|||
|
||||
// Author
|
||||
print '<tr><td class="titlefield">'.$langs->trans("AuthorRequest").'</td>';
|
||||
print '<td>'.$author->getNomUrl(1, '', 0, 0, 0).'</td>';
|
||||
print '<td>'.$author->getNomUrl(-1, '', 0, 0, 0).'</td>';
|
||||
print '</tr>';
|
||||
|
||||
$parameters = array();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user