Bug 10748: Add the ability to block return of lost items
[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');