Skip to content
Snippets Groups Projects
Commit db9d727e authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

FIX : Link to user was wrong on bank transaction card

parent 07877bc3
No related branches found
No related tags found
No related merge requests found
...@@ -360,7 +360,7 @@ if ($result) ...@@ -360,7 +360,7 @@ if ($result)
print '</a>'; print '</a>';
} }
else if ($links[$key]['type']=='user') { 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 img_object($langs->trans('ShowUser'),'user').' ';
print $langs->trans("User"); print $langs->trans("User");
print '</a>'; 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