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=5a13cc0b51f5d5a96a125beac16bf587c6189701;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 8c18550258..4082296bb8 100644 --- a/Open-ILS/src/sql/Pg/012.schema.vandelay.sql +++ b/Open-ILS/src/sql/Pg/012.schema.vandelay.sql @@ -689,7 +689,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 :=