From 278c5246d6fbf32f3af94cd76aeaa35608cabc9b 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b9fffdfca7..f319eec271 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -356,7 +356,7 @@ [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %] Patron is from different library [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %] - Cannot place hold from patrons's library + Cannot place hold from patron's library [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %] Patron already has hold for this item [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] -- 2.11.0