From 20122bd0b118490d66fa9ae9121ed59af76ad712 Mon Sep 17 00:00:00 2001 From: Agustin Moyano Date: Tue, 11 Jun 2019 00:04:40 -0300 Subject: [PATCH] Bug 22284: (follow-up) Fix typo in request.tt Signed-off-by: Josef Moravec --- .../prog/en/modules/reserve/request.tt | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index e8b12593a9..af059721d7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -228,10 +228,10 @@ @@ -345,7 +345,7 @@ Vol no. [% END %] Information - Allowed pickup locations + Allowed pickup locations @@ -382,8 +382,8 @@ Not holdable [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %] Patron is from different library - [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %] - Cannot place hold from patrons's library + [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %] + Cannot place hold from patron's library [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %] Patron already has hold for this item [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] @@ -481,9 +481,9 @@ Not for loan ([% AuthorisedValues.GetByCode( 'NOT_LOAN', itemloo.notforloan ) | html %]) [% END %] - - [% itemloo.pickup_locations | html %] - + + [% itemloo.pickup_locations | html %] + [% END # / UNLESS itemloo.hide %] [% END # /FOREACH itemloo %] -- 2.17.1