From 9c9c3617f4ad54c89d6fc0e4c22d2fb7ea5ddd8b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 17 Feb 2022 13:22:35 +0000 Subject: [PATCH] Bug 30108: Preference description Test plan: Check the preferences form, tab Circulation, tab Hold policy. Look for OPACMandatoryHoldDates. Signed-off-by: Marcel de Rooy Signed-off-by: Lucas Gass Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/admin/preferences/circulation.pref | 9 +++++++++ 1 file changed, 9 insertions(+) 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 7a05ccdf1a9..7dbc7eb1663 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 @@ -711,6 +711,15 @@ Circulation: 1: Allow 0: "Don't allow" - patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled). + - + - On the opac-reserve form, make + - pref: OPACMandatoryHoldDates + choices: + "": "no hold dates" + "start": "hold start date" + "end": "hold end date" + "both": "both hold dates" + - mandatory. Note this pref only is effective for the hold start date when OPACAllowHoldDateInFuture is enabled too. - - Confirm future hold requests (starting no later than - pref: ConfirmFutureHolds -- 2.34.1