From: Chris Sharp Date: Fri, 23 Jun 2017 00:19:34 +0000 (-0400) Subject: PINES already has 1009. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9868d25b0867b45f6900fc695a3570be58ffc941;p=evergreen%2Fpines.git PINES already has 1009. --- 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);