[open-ils-commits] r16982 - branches/rel_1_6/Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jul 20 11:50:27 EDT 2010
Author: miker
Date: 2010-07-20 11:50:24 -0400 (Tue, 20 Jul 2010)
New Revision: 16982
Modified:
branches/rel_1_6/Open-ILS/src/sql/Pg/999.functions.global.sql
Log:
use the correct table and field, holy moly
Modified: branches/rel_1_6/Open-ILS/src/sql/Pg/999.functions.global.sql
===================================================================
--- branches/rel_1_6/Open-ILS/src/sql/Pg/999.functions.global.sql 2010-07-20 12:58:13 UTC (rev 16981)
+++ branches/rel_1_6/Open-ILS/src/sql/Pg/999.functions.global.sql 2010-07-20 15:50:24 UTC (rev 16982)
@@ -236,9 +236,9 @@
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
More information about the open-ils-commits
mailing list