From: miker Date: Tue, 20 Jul 2010 15:50:24 +0000 (+0000) Subject: use the correct table and field, holy moly X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=02c936ff1039644da89161ce67674bad895c9e7e;p=working%2FEvergreen.git use the correct table and field, holy moly git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16982 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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