c19cc5a79bee954653e1e8ab69d5bd67d7f3b7ca
[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');