From bd0f21de63ec13a6076bbf52686bf53843636bbc Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 20 Jul 2010 15:54:00 +0000 Subject: [PATCH] backporting r16982: use the correct table and field, caught by Doug Kyle and reported via IRC git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@16984 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/999.functions.global.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/sql/Pg/999.functions.global.sql b/Open-ILS/src/sql/Pg/999.functions.global.sql index c26d00f7ae..1fe4bedf21 100644 --- a/Open-ILS/src/sql/Pg/999.functions.global.sql +++ b/Open-ILS/src/sql/Pg/999.functions.global.sql @@ -236,9 +236,9 @@ BEGIN FROM xpath_table( 'id', 'marc', - 'acq.lineitem', + 'biblio.record_entry', '//*[@tag="856"]', - 'id=' || lineitem + 'id=' || source_record ) as t(i int,c text); FOR i IN 1 .. counter LOOP -- 2.11.0