Bug 12063: [QA Follow-up] Small change of two test scripts
[koha-ffzg.git] / installer / data / mysql / atomicupdate / bug_12063-add_excludeholidaysfrommaxpickupdelay_syspref.sql
1 INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('ExcludeHolidaysFromMaxPickUpDelay', '0', 'If ON, reserves max pickup delay takes into account the closed days.', NULL, 'Integer');