From: Bill Erickson Date: Wed, 29 Oct 2014 21:10:43 +0000 (-0400) Subject: KMAIN-269: Order records transfer to new bib record merge updated X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9d2e2037edbba4dd5c78d92d5ced49ce76d17252;p=working%2FEvergreen.git KMAIN-269: Order records transfer to new bib record merge updated Cross-port: e8815e7 --- diff --git a/KCLS/sql/kmain-268/kmain-268.sql b/KCLS/sql/kmain-268/kmain-268.sql index a58459a7f9..44c0b63dcf 100644 --- a/KCLS/sql/kmain-268/kmain-268.sql +++ b/KCLS/sql/kmain-268/kmain-268.sql @@ -154,7 +154,7 @@ BEGIN FOR acq_lineitem IN SELECT * FROM acq.lineitem WHERE eg_bib_id = source_record LOOP -- ... and move them to the target record, updating marc as well UPDATE acq.lineitem - SET eg_bib_id = target_record, marc = target_mrc + SET eg_bib_id = target_record WHERE id = acq_lineitem.id; moved_objects := moved_objects + 1;