From: Lebbeous Fogle-Weekley Date: Mon, 14 Jan 2013 22:24:51 +0000 (-0500) Subject: PO EDI template: ULS works with lineitem ID in usual place X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b9ee3398aaee5bff7560345be5fc7b9543ccb631;p=working%2FEvergreen.git 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 --- 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 -%]