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

(-)a/installer/data/mysql/atomicupdate/15545a-holdnotereasons-pref.sql (+1 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('HoldNoteReasons','','LEADER_SERIAL|LEADER_COLLECTION|MARC300A_PARTS','List the codes for all situations where you require a hold note, separated by a space or comma.','Free');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 161-166 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
161
('HighlightOwnItemsOnOPAC','0','','If on, and a patron is logged into the OPAC, items from his or her home library will be emphasized and shown first in search results and item details.','YesNo'),
161
('HighlightOwnItemsOnOPAC','0','','If on, and a patron is logged into the OPAC, items from his or her home library will be emphasized and shown first in search results and item details.','YesNo'),
162
('HighlightOwnItemsOnOPACWhich','PatronBranch','PatronBranch|OpacURLBranch','Decides which branch\'s items to emphasize. If PatronBranch, emphasize the logged in user\'s library\'s items. If OpacURLBranch, highlight the items of the Apache var BRANCHCODE defined in Koha\'s Apache configuration file.','Choice'),
162
('HighlightOwnItemsOnOPACWhich','PatronBranch','PatronBranch|OpacURLBranch','Decides which branch\'s items to emphasize. If PatronBranch, emphasize the logged in user\'s library\'s items. If OpacURLBranch, highlight the items of the Apache var BRANCHCODE defined in Koha\'s Apache configuration file.','Choice'),
163
('HoldFeeMode','not_always','always|not_always','Set the hold fee mode','Choice'),
163
('HoldFeeMode','not_always','always|not_always','Set the hold fee mode','Choice'),
164
('HoldNoteReasons','','LEADER_SERIAL|LEADER_COLLECTION|MARC300A_PARTS','List the codes for all situations where you require a hold note, separated by a space or comma.','Free'),
164
('HoldsQueueSkipClosed', '0', NULL, 'If enabled, any libraries that are closed when the holds queue is built will be ignored for the purpose of filling holds.', 'YesNo'),
165
('HoldsQueueSkipClosed', '0', NULL, 'If enabled, any libraries that are closed when the holds queue is built will be ignored for the purpose of filling holds.', 'YesNo'),
165
('HoldsToPullStartDate','2',NULL,'Set the default start date for the Holds to pull list to this many days ago','Integer'),
166
('HoldsToPullStartDate','2',NULL,'Set the default start date for the Holds to pull list to this many days ago','Integer'),
166
('HomeOrHoldingBranch','holdingbranch','holdingbranch|homebranch','Used by Circulation to determine which branch of an item to check with independent branches on, and by search to determine which branch to choose for availability ','Choice'),
167
('HomeOrHoldingBranch','holdingbranch','holdingbranch|homebranch','Used by Circulation to determine which branch of an item to check with independent branches on, and by search to determine which branch to choose for availability ','Choice'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +6 lines)
Lines 624-629 Circulation: Link Here
624
              choices:
624
              choices:
625
                  homebranch: "home library"
625
                  homebranch: "home library"
626
                  holdingbranch: "holding library"
626
                  holdingbranch: "holding library"
627
        -
628
            - "List the codes for all situations where you require a hold note, separated by a space or comma."
629
            - pref: HoldNoteReasons
630
              type: textarea
631
              class: code
632
            - "Supported are: LEADER_COLLECTION, LEADER_SERIAL and MARC300A_PARTS."
627
    Fines Policy:
633
    Fines Policy:
628
        -
634
        -
629
            - Calculate fines based on days overdue
635
            - Calculate fines based on days overdue
630
- 

Return to bug 15545