More fix lp851000.
authorJason Stephenson <jstephenson@mvlc.org>
Thu, 17 Nov 2011 21:22:14 +0000 (16:22 -0500)
committerJason Stephenson <jstephenson@mvlc.org>
Thu, 17 Nov 2011 21:22:14 +0000 (16:22 -0500)
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.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/perlmods/lib/OpenILS/Const.pm
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index f86a801..a04876e 100644 (file)
@@ -89,7 +89,6 @@ econst OILS_SETTING_VOID_LOST_ON_CHECKIN                => 'circ.void_lost_on_ch
 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';
 econst OILS_SETTING_GENERATE_OVERDUE_ON_LOST_RETURN     => 'circ.lost.generate_overdue_on_checkin';
 
index 2422cfe..f93b009 100644 (file)
@@ -3021,15 +3021,6 @@ INSERT into config.org_unit_setting_type
         'coust', 'description'),
     'bool', null)
 
-,( 'circ.lost_immediately_available', 'circ',
-    oils_i18n_gettext('circ.lost_immediately_available',
-        'Lost items usable on checkin',
-        'coust', 'label'),
-    oils_i18n_gettext('circ.lost_immediately_available',
-        'Lost items are usable on checkin instead of going ''home'' first',
-        'coust', 'description'),
-    'bool', null)
-
 ,( 'circ.lost_materials_processing_fee', 'finance',
     oils_i18n_gettext('circ.lost_materials_processing_fee',
         'Lost Materials Processing Fee',