From 9716915397e8446e42a723d1d87c5cb8b8739a6e Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Thu, 28 Feb 2019 13:48:26 +0000 Subject: [PATCH] Bug 21063: (follow-up) Fix rebase problems A couple of minor rebase problems resolved Signed-off-by: Josef Moravec --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 f93f615..aa13fb0 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 @@ -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 } }; -- 2.1.4