From: Bill Erickson Date: Wed, 26 Dec 2012 14:40:10 +0000 (-0500) Subject: EDI order template copy-id repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e8be5836331b112cf91f6d8359a0f5723d28d93c;p=working%2FEvergreen.git 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 --- 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;