From 4b7ecf118251225956ee483502501fbf60771735 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 22 Jun 2017 20:19:34 -0400 Subject: [PATCH] PINES already has 1009. --- .../Pg/version-upgrade/2.11.3-2.12.0-upgrade-db.sql | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.11.3-2.12.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.11.3-2.12.0-upgrade-db.sql index d97782689c..6ae61b5844 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/2.11.3-2.12.0-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/2.11.3-2.12.0-upgrade-db.sql @@ -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); -- 2.11.0