@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -526,7 +526,6 @@ Status   Placed on - Replied   Updated on Replied @@ -825,9 +824,6 @@ func: createActionLink, skipSanitize: true }, - borrowernumber: { - func: createPatronLink - }, illrequest_id: { func: createRequestId }, @@ -849,7 +845,8 @@ name: _("Cardnumber") }, patron: { - skipSanitize: true + skipSanitize: true, + func: createPatronLink } }; --