From e8be5836331b112cf91f6d8359a0f5723d28d93c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 26 Dec 2012 09:40:10 -0500 Subject: [PATCH] EDI order template copy-id repair Copy ID in the EDI order template comes from lineitem-detail not from the lineitem. Signed-off-by: Bill Erickson --- 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 2c50b16427..665d5fb51d 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -8184,7 +8184,7 @@ $$ owning_lib => owning_lib, location => location, collection_code => collection_code, - copy_id => li.id, # for INC_COPY_ID + copy_id => lid.id, # for INC_COPY_ID quantity => 1 }); END; -- 2.11.0