From 2d3835d0a16e5e24adc03c402d58a62638098a28 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 --- 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 f93f61590d..aa13fb0fd6 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.11.0