circ.holds.clear_shelf.no_capture_holds is not used. removing
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 15 Apr 2010 14:21:15 +0000 (14:21 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 15 Apr 2010 14:21:15 +0000 (14:21 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16240 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 22d1f27..340a169 100644 (file)
@@ -3958,14 +3958,6 @@ INSERT INTO config.org_unit_setting_type ( name, label, description, datatype, f
 
 INSERT INTO config.org_unit_setting_type ( name, label, description, datatype )
     VALUES ( 
-        'circ.holds.clear_shelf.no_capture_holds',
-        oils_i18n_gettext('circ.holds.clear_shelf.no_capture_holds', 'Holds: Bypass hold capture during clear shelf process', 'coust', 'label'),
-        oils_i18n_gettext('circ.holds.clear_shelf.no_capture_holds', 'During the clear shelf process, avoid capturing new holds on cleared items.', 'coust', 'description'),
-        'bool'
-    );
-
-INSERT INTO config.org_unit_setting_type ( name, label, description, datatype )
-    VALUES ( 
         'circ.selfcheck.workstation_required',
         oils_i18n_gettext('circ.selfcheck.workstation_required', 'Selfcheck: Workstation Required', 'coust', 'label'),
         oils_i18n_gettext('circ.selfcheck.workstation_required', 'All selfcheck stations must use a workstation', 'coust', 'description'),