From 74db8eddcfe68a97fc253078309df24478e3c05f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 16 Jul 2018 18:41:13 +0000 Subject: [PATCH] Bug 21038: Reserves should be holds This patch corrects the text of the warning about discharges cancelling holds. To test, apply the patch and view the discharge for a patron who has holds: - "Borrower" is changed to "patron" - "reserves" is changed to "holds" - "canceled" (18 instances in the templates) is changed to "cancelled" (51 instances). Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt index 27a4cdd..f4a725b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt @@ -35,7 +35,7 @@

Cannot edit discharge: the patron has checked out items.

[% ELSE %] [% IF patron.holds.count %] -

Borrower has reserves: they will be canceled if the discharge is generated.

+

Patron has holds. They will be cancelled if the discharge is generated.

[% END %]
-- 2.1.4