Remove references to the, now useless, circ.lost_immediately_available
org unit setting.
Delete it from the 950.data.seed-values.sql and from OpenILS/Const.pm.
Conflicts:
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
econst OILS_SETTING_MAX_ACCEPT_RETURN_OF_LOST => 'circ.max_accept_return_of_lost';
econst OILS_SETTING_VOID_LOST_PROCESS_FEE_ON_CHECKIN => 'circ.void_lost_proc_fee_on_checkin';
econst OILS_SETTING_RESTORE_OVERDUE_ON_LOST_RETURN => 'circ.restore_overdue_on_lost_return';
-econst OILS_SETTING_LOST_IMMEDIATELY_AVAILABLE => 'circ.lost_immediately_available';
econst OILS_SETTING_BLOCK_HOLD_FOR_EXPIRED_PATRON => 'circ.holds.expired_patron_block';
'Restore overdue fines on lost item return',
'bool' ),
-( 'circ.lost_immediately_available',
- 'Circ: Lost items usable on checkin',
- 'Lost items are usable on checkin instead of going ''home'' first',
- 'bool' ),
-
( 'circ.holds_fifo',
'Holds: FIFO',
'Force holds to a more strict First-In, First-Out capture',