forked from Wavyzz/dolibarr
New: Ajout onglet suivi sur fiche utilisateurs
This commit is contained in:
@@ -76,6 +76,11 @@ function user_prepare_head($user)
|
||||
$h++;
|
||||
}
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/user/info.php?id='.$user->id;
|
||||
$head[$h][1] = $langs->trans("Info");
|
||||
$head[$h][2] = 'info';
|
||||
$h++;
|
||||
|
||||
return $head;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user