mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: ajout droit sur barre de navigation
This commit is contained in:
parent
5f18fa0b98
commit
df933e2c0e
|
|
@ -94,7 +94,7 @@ if ($id)
|
|||
// Reference
|
||||
print '<tr><td width="20%">'.$langs->trans('Ref').'</td>';
|
||||
print '<td colspan="3">';
|
||||
print $html->showrefnav($fuser,'id');
|
||||
print $html->showrefnav($fuser,'id',$user->rights->user->user->lire || $user->admin);
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user