From b25b8ae76abd6a4fb97130a2b210603a08ab462c 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 Signed-off-by: Nick Clemens (cherry picked from commit 8202f95ad7001a5046f9f40e6322406b253ba3ed) Signed-off-by: Martin Renvoize (cherry picked from commit 585a10e070136b231d88b8ff4099b4085a2b656c) Signed-off-by: Fridolin Somers --- 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 577d56c743..71f2f511a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt @@ -33,7 +33,7 @@

Cannot edit discharge: the patron has checked out items.

[% ELSE %] [% IF has_reserves %] -

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.39.2