@@ -, +, @@ --- .../prog/en/modules/admin/preferences/circulation.pref | 9 +++++++++ 1 file changed, 9 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/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 --