FIX : Link to user was wrong on bank transaction card

This commit is contained in:
Maxime Kohlhaas 2015-02-08 12:36:55 +01:00
parent 07877bc381
commit db9d727eb8

View File

@ -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>';