Bug 30784: (follow-up) Additional rephrasing
Add additional clarifcation, format NOTE: similar to most other
notes in system preferences (bold, start on a new line), and link
to other system preferences mentioned.
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 5a9d7be424
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
c79619e7de
commit
d9b62f9442
1 changed files with 3 additions and 2 deletions
|
@ -724,14 +724,15 @@ Circulation:
|
||||||
0: "Don't allow"
|
0: "Don't allow"
|
||||||
- patrons to place holds that don't enter the waiting list until a certain future date. (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllowHoldDateInFuture">AllowHoldDateInFuture</a> must also be enabled).
|
- patrons to place holds that don't enter the waiting list until a certain future date. (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllowHoldDateInFuture">AllowHoldDateInFuture</a> must also be enabled).
|
||||||
-
|
-
|
||||||
- On the "Placing a hold" form, make
|
- When placing a hold from the OPAC, make
|
||||||
- pref: OPACMandatoryHoldDates
|
- pref: OPACMandatoryHoldDates
|
||||||
choices:
|
choices:
|
||||||
"": "no hold dates"
|
"": "no hold dates"
|
||||||
"start": "hold start date"
|
"start": "hold start date"
|
||||||
"end": "hold end date"
|
"end": "hold end date"
|
||||||
"both": "both hold dates"
|
"both": "both hold dates"
|
||||||
- mandatory. Note this pref only is effective for the hold start date when OPACAllowHoldDateInFuture is enabled too.
|
- mandatory.
|
||||||
|
- '<br><strong>NOTE:</strong> The hold start date option is only effective and shown on the hold form when <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllowHoldDateInFuture">AllowHoldDateInFuture</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACAllowHoldDateInFuture">OPACAllowHoldDateInFuture</a> are enabled.'
|
||||||
-
|
-
|
||||||
- Confirm future hold requests (starting no later than
|
- Confirm future hold requests (starting no later than
|
||||||
- pref: ConfirmFutureHolds
|
- pref: ConfirmFutureHolds
|
||||||
|
|
Loading…
Reference in a new issue