From 81c1f80f11316e337c512b12a6b66cfba9a3b54d Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 26 Feb 2018 11:10:10 +0200 Subject: [PATCH] Bug 20295: Allow translating link title in ILL module Allow translating "View borrower details" link title in the ILL module. Signed-off-by: Pasi Kallinen Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index f167a0b7e8..134931577c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -107,7 +107,7 @@ // Our 'render' function for borrowerlink var createPatronLink = function(data, type, row) { - return '' + row.patron_firstname + ' ' + row.patron_surname + -- 2.39.5