https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42357 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@gmail.com --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- '<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=' + row.patron.patron_id + '">' + - data + + $patron_to_html(row.patron, { + url: true, + display_cardnumber: true, + hide_patron_name: HidePatronName, + }) + "</a>" This does not seem correct, we have a link within a link. <a>$patron_to_html(row.patron, {url: true})</a> Either remove the a tag, or the url: true. -- You are receiving this mail because: You are watching all bug changes.