View | Details | Raw Unified | Return to bug 30784
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-3 / +3 lines)
Lines 725-738 Circulation: Link Here
725
                  0: "Don't allow"
725
                  0: "Don't allow"
726
            - 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).
726
            - 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).
727
        -
727
        -
728
            - On the "Placing a hold" form, make
728
            - When placing a hold from the OPAC, make
729
            - pref: OPACMandatoryHoldDates
729
            - pref: OPACMandatoryHoldDates
730
              choices:
730
              choices:
731
                  "": "no hold dates"
731
                  "": "no hold dates"
732
                  "start": "hold start date"
732
                  "start": "hold start date"
733
                  "end": "hold end date"
733
                  "end": "hold end date"
734
                  "both": "both hold dates"
734
                  "both": "both hold dates"
735
            - mandatory. Note this pref only is effective for the hold start date when OPACAllowHoldDateInFuture is enabled too.
735
            - mandatory.
736
            - '<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.'
736
        -
737
        -
737
            - Confirm future hold requests (starting no later than
738
            - Confirm future hold requests (starting no later than
738
            - pref: ConfirmFutureHolds
739
            - pref: ConfirmFutureHolds
739
- 

Return to bug 30784