From 5a13cc0b51f5d5a96a125beac16bf587c6189701 Mon Sep 17 00:00:00 2001 From: berick Date: Wed, 4 May 2011 15:45:55 -0400 Subject: [PATCH] repaired copy/paste error in match_bib_record --- Open-ILS/src/sql/Pg/012.schema.vandelay.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 := -- 2.11.0