From 92ada60d9630f39efd98a4c634b7366ebfb7b2b3 Mon Sep 17 00:00:00 2001 From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 15 Apr 2010 14:21:15 +0000 Subject: [PATCH] circ.holds.clear_shelf.no_capture_holds is not used. removing 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 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 22d1f2715c..340a169062 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -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'), -- 2.11.0