[open-ils-commits] r16240 - trunk/Open-ILS/src/sql/Pg (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 15 10:21:17 EDT 2010
Author: erickson
Date: 2010-04-15 10:21:15 -0400 (Thu, 15 Apr 2010)
New Revision: 16240
Modified:
trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
circ.holds.clear_shelf.no_capture_holds is not used. removing
Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-04-14 21:40:50 UTC (rev 16239)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-04-15 14:21:15 UTC (rev 16240)
@@ -3958,14 +3958,6 @@
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'),
More information about the open-ils-commits
mailing list