Skip to content
Snippets Groups Projects
Commit 9eb26c66 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2336 from atm-maxime/3.6

FIX : Link to user was wrong on bank transaction card
parents 6189db67 0a1ade22
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,7 @@ if ($result)
print '</a>';
}
else if ($links[$key]['type']=='user') {
print '<a href="'.DOL_URL_ROOT.'/user/fiche?id='.$links[$key]['url_id'].'">';
print '<a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$links[$key]['url_id'].'">';
print img_object($langs->trans('ShowUser'),'user').' ';
print $langs->trans("User");
print '</a>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment