PINES already has 1009.
authorChris Sharp <csharp@georgialibraries.org>
Fri, 23 Jun 2017 00:19:34 +0000 (20:19 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 17 Sep 2017 23:28:04 +0000 (19:28 -0400)
Open-ILS/src/sql/Pg/version-upgrade/2.11.3-2.12.0-upgrade-db.sql

index d977826..6ae61b5 100644 (file)
@@ -92,16 +92,16 @@ $$ LANGUAGE PLPGSQL;
 
 SELECT evergreen.upgrade_deps_block_check('1009', :eg_version);
 
-INSERT into config.org_unit_setting_type
-( name, grp, label, description, datatype, fm_class ) VALUES
-( 'acq.copy_status_on_receiving', 'acq',
-    oils_i18n_gettext('acq.copy_status_on_receiving',
-        'Initial status for received items',
-        'coust', 'label'),
-    oils_i18n_gettext('acq.copy_status_on_receiving',
-        'Allows staff to designate a custom copy status on received lineitems.  Default status is "In Process".',
-        'coust', 'description'),
-    'link', 'ccs');
+--INSERT into config.org_unit_setting_type
+--( name, grp, label, description, datatype, fm_class ) VALUES
+--( 'acq.copy_status_on_receiving', 'acq',
+--    oils_i18n_gettext('acq.copy_status_on_receiving',
+--        'Initial status for received items',
+--        'coust', 'label'),
+--    oils_i18n_gettext('acq.copy_status_on_receiving',
+--        'Allows staff to designate a custom copy status on received lineitems.  Default status is "In Process".',
+--        'coust', 'description'),
+--    'link', 'ccs');
 
 -- remove unused org unit setting for self checkout interface
 SELECT evergreen.upgrade_deps_block_check('1010', :eg_version);