From: berick Date: Wed, 4 May 2011 19:45:55 +0000 (-0400) Subject: repaired copy/paste error in match_bib_record X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2f68e43964e6b5b1aac2510e68698b7f53452f56;p=evergreen%2Fequinox.git repaired copy/paste error in match_bib_record --- diff --git a/Open-ILS/src/sql/Pg/012.schema.vandelay.sql b/Open-ILS/src/sql/Pg/012.schema.vandelay.sql index 7babeae90c..51f56f2481 100644 --- a/Open-ILS/src/sql/Pg/012.schema.vandelay.sql +++ b/Open-ILS/src/sql/Pg/012.schema.vandelay.sql @@ -706,7 +706,7 @@ BEGIN SELECT * INTO my_bib_queue FROM vandelay.bib_queue WHERE id = NEW.queue; - NEW.quality := vandelay.measure_record_quality( b.marc, my_bib_queue.match_set ); + NEW.quality := vandelay.measure_record_quality( NEW.marc, my_bib_queue.match_set ); -- Perfect matches on 901$c exit early with a match with high quality. incoming_existing_id :=