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

(-)a/installer/data/mysql/atomicupdate/bug_XXXXX.sql (+1 lines)
Line 0 Link Here
1
UPDATE systempreferences SET options="any_time_is_placed|not_always|any_time_is_collected" WHERE value="HoldFeeMode";
(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 176-182 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
176
('hide_marc','0',NULL,'If ON, disables display of MARC fields, subfield codes & indicators (still shows data)','YesNo'),
176
('hide_marc','0',NULL,'If ON, disables display of MARC fields, subfield codes & indicators (still shows data)','YesNo'),
177
('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'),
177
('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'),
178
('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'),
178
('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'),
179
('HoldFeeMode','not_always','always|not_always','Set the hold fee mode','Choice'),
179
('HoldFeeMode','not_always','any_time_is_placed|not_always|any_time_is_collected','Set the hold fee mode','Choice'),
180
('HoldsLog','0',NULL,'If ON, log create/cancel/suspend/resume actions on holds.','YesNo'),
180
('HoldsLog','0',NULL,'If ON, log create/cancel/suspend/resume actions on holds.','YesNo'),
181
('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'),
181
('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'),
182
('HoldsToPullStartDate','2',NULL,'Set the default start date for the Holds to pull list to this many days ago','Integer'),
182
('HoldsToPullStartDate','2',NULL,'Set the default start date for the Holds to pull list to this many days ago','Integer'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-2 / +2 lines)
Lines 710-717 Circulation: Link Here
710
            - Charge a hold fee
710
            - Charge a hold fee
711
            - pref: HoldFeeMode
711
            - pref: HoldFeeMode
712
              choices:
712
              choices:
713
                  always: "any time a hold is placed."
713
                  any_time_is_placed: "any time a hold is placed."
714
                  not_always: "only if all items are checked out and the record has at least one hold already."
714
                  not_always: "only if all items are checked out and the record has at least one hold already."
715
                  any_time_is_collected: "any time a hold is collected."
715
    Self Checkout:
716
    Self Checkout:
716
        -
717
        -
717
            - "Include the following JavaScript on all pages in the web-based self checkout:"
718
            - "Include the following JavaScript on all pages in the web-based self checkout:"
718
- 

Return to bug 17560