From 31b3cbb6eccab64091007c30a66f20ff74065d5e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 7 Nov 2017 15:59:35 -0300 Subject: [PATCH] Bug 7317: (QA followup 2) Fix capitalization and terminology issues --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 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 58b76cb744..86a93a3533 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 @@ -598,7 +598,7 @@ [% request.orderid || "N/A" %]
- Borrower: + Patron: [% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %] [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" %] @@ -610,7 +610,7 @@ [% request.biblio_id || "N/A" %]
- Branch: + Library: [% Branches.GetName(request.branchcode) %]
-- 2.11.0