From 348ae36caccce9cee45e21f21f3487fc631f16cc Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 20 Oct 2016 12:20:08 -0400 Subject: [PATCH] LP#1513872 EDI Attrs SQL WIP Signed-off-by: Bill Erickson --- Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql b/Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql index a2dbce1c6a..d1a5d267ed 100644 --- a/Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql +++ b/Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql @@ -59,13 +59,13 @@ INSERT INTO acq.edi_attr (key, label) VALUES 'Order Copies Always Include Item Type (Even if Empty)', 'aea', 'label')), ('INCLUDE_EMPTY_LOCATION', oils_i18n_gettext('INCLUDE_EMPTY_LOCATION', - 'Order Copies Always Include Location (Even if Empty)', 'aea', 'label')) + 'Order Copies Always Include Location (Even if Empty)', 'aea', 'label')), ('INCLUDE_EMPTY_COLLECTION_CODE', oils_i18n_gettext('INCLUDE_EMPTY_COLLECTION_CODE', 'Order Copies Always Include Collection Code (Even if Empty)', 'aea', 'label')), ('LINEITEM_IDENT_VENDOR_NUMBER', oils_i18n_gettext('LINEITEM_IDENT_VENDOR_NUMBER', - 'Lineitem Identifier Fields (LIN/PIA) Use Vendor-Encoded ID Value When Available', 'aea', 'label')) + 'Lineitem Identifier Fields (LIN/PIA) Use Vendor-Encoded ID Value When Available', 'aea', 'label')), ('LINEITEM_REF_ID_ONLY', oils_i18n_gettext('LINEITEM_REF_ID_ONLY', 'Lineitem Reference Feld (RFF) Uses Lineitem ID Only', 'aea', 'label')) -- 2.11.0