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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +1 lines)
Lines 463-469 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
463
('OpacHighlightedWords','1','','If Set, then queried words are higlighted in OPAC','YesNo'),
463
('OpacHighlightedWords','1','','If Set, then queried words are higlighted in OPAC','YesNo'),
464
('OPACHoldingsDefaultSortField','first_column','first_column|homebranch|holdingbranch','Default sort field for the holdings table at the OPAC','choice'),
464
('OPACHoldingsDefaultSortField','first_column','first_column|homebranch|holdingbranch','Default sort field for the holdings table at the OPAC','choice'),
465
('OPACHoldsHistory','0','','If ON, enables display of Patron Holds History in OPAC','YesNo'),
465
('OPACHoldsHistory','0','','If ON, enables display of Patron Holds History in OPAC','YesNo'),
466
('OPACHoldsIfAvailableAtPickup','1','','Allow to pickup up holds at libraries where the item is available','YesNo'),
466
('OPACHoldsIfAvailableAtPickup','1','','Allow patrons to place a hold at pickup locations (libraries) where the item is available','YesNo'),
467
('OPACHoldsIfAvailableAtPickupExceptions','','','List the patron categories not affected by OPACHoldsIfAvailableAtPickup if off','Free'),
467
('OPACHoldsIfAvailableAtPickupExceptions','','','List the patron categories not affected by OPACHoldsIfAvailableAtPickup if off','Free'),
468
('OpacHoldNotes','0','','Show hold notes on OPAC','YesNo'),
468
('OpacHoldNotes','0','','Show hold notes on OPAC','YesNo'),
469
('OPACHoldRequests','1',NULL,'If ON, globally enables patron holds on OPAC','YesNo'),
469
('OPACHoldRequests','1',NULL,'If ON, globally enables patron holds on OPAC','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-2 / +1 lines)
Lines 924-930 Circulation: Link Here
924
              choices:
924
              choices:
925
                  1: Allow
925
                  1: Allow
926
                  0: "Don't allow"
926
                  0: "Don't allow"
927
            - to pickup holds at libraries where the item is available.
927
            - patrons to place a hold at pickup locations (libraries) where the item is available.
928
        -
928
        -
929
            - 'Patron categories not affected by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACHoldsIfAvailableAtPickup">OPACHoldsIfAvailableAtPickup</a>:'
929
            - 'Patron categories not affected by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACHoldsIfAvailableAtPickup">OPACHoldsIfAvailableAtPickup</a>:'
930
            - pref: OPACHoldsIfAvailableAtPickupExceptions
930
            - pref: OPACHoldsIfAvailableAtPickupExceptions
931
- 

Return to bug 34885