From b9ee3398aaee5bff7560345be5fc7b9543ccb631 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Mon, 14 Jan 2013 17:24:51 -0500 Subject: [PATCH] PO EDI template: ULS works with lineitem ID in usual place A misunderstanding had us using a simple ordinal number in the RFF+LI line when sending to ULS. ULS confirms they don't need that after all. Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index ffcaf9a93e..47e09d9e6c 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -8088,7 +8088,7 @@ $$ "items":[ [%- FOR li IN target.lineitems %] { - "line_index":"[% VENDOR_ULS ? loop.count : li.id %]", + "line_index":"[% li.id %]", "identifiers":[ [%-# li.isbns = helpers.get_li_isbns(li.attributes) %] [% FOR isbn IN helpers.get_li_isbns(li.attributes) -%] [% IF isbn.length == 13 -%] -- 2.11.0