From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 15 Apr 2010 14:21:15 +0000 (+0000) Subject: circ.holds.clear_shelf.no_capture_holds is not used. removing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=92ada60d9630f39efd98a4c634b7366ebfb7b2b3;p=evergreen%2Ftadl.git 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 --- 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'),