Bug 14694 - Make decreaseloanHighHolds more flexible
[koha.git] / installer / data / mysql / atomicupdate / bug_14694.sql
1 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
2 ('decreaseLoanHighHoldsControl', 'static', 'static|dynamic', "Chooses between static and dynamic high holds checking", 'Choice'),
3 ('decreaseLoanHighHoldsIgnoreStatuses', '', 'damaged|itemlost|notforloan|withdrawn', "Ignore items with these statuses for dynamic high holds checking", 'Choice');