Bug 10748: (QA follow-up) Add comment in SIP's do_checkin
[koha.git] / installer / data / mysql / atomicupdate / bug_10748_BlockReturnOfLostItems.sql
1
2 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
3 ('BlockReturnOfLostItems','0','0','If enabled, items that are marked as lost cannot be returned.','YesNo');