From 1cd733962150530ca027049ff9cddca3cf06d4e4 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 23 Jul 2024 12:07:18 -0400 Subject: [PATCH] Bug 37436: Move EmailPatronWhenHoldIsPlaced to Holds policy sysprefs This patch moves the EmailPatronWhenHoldIsPlaced system preference from Circulation > Patron restrictions to Circulation > Holds policy. To test: 1. Apply patch 2. Go to Administration > System preferences > Circulation > Holds policy --> EmailPatronWhenHoldIsPlaced should be right after emailLibrarianWhenHoldIsPlaced Signed-off-by: hebah Signed-off-by: Katrin Fischer --- .../en/modules/admin/preferences/circulation.pref | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 76983576a6..317e4238ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -917,6 +917,12 @@ Circulation: 0: "Don't enable" - "sending an email to the patron's library whenever a hold request is placed." - "The first email address set from this list will be used: library reply-to, library email, ReplytoDefault, KohaAdminEmailAddress." + - + - pref: EmailPatronWhenHoldIsPlaced + choices: + 1: Email + 0: "Don't email" + - a patron when they have placed a hold. - - pref: DisplayMultiPlaceHold choices: @@ -1105,12 +1111,6 @@ Circulation: 1: block 0: allow - renewing of items from the staff interface and via the misc/cronjobs/automatic_renewals.pl cronjob. - - - - pref: EmailPatronWhenHoldIsPlaced - choices: - 1: Email - 0: "Don't email" - - a patron when they have placed a hold. Fines policy: - - pref: finesCalendar -- 2.39.5