Bug 12803 [QA Followup] - Allow holiday caching to be disabled for testing purposes
[koha.git] / installer / data / mysql / atomicupdate / bug_12803.sql
1 INSERT INTO systempreferences (variable,value,explanation,type) VALUES
2         ('HoldsQueueSkipClosed', '0', 'If enabled, any libraries that are closed when the holds queue is built will be ignored for the purpose of filling holds.', 'YesNo');