From: Mike Rylander Date: Tue, 17 May 2011 20:09:25 +0000 (-0400) Subject: Table name thinko X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8ab46a4fbdb706fdb4f3b5a676eeb7ee30bb74ac;p=evergreen%2Fequinox.git Table name thinko --- diff --git a/Open-ILS/src/sql/Pg/999.functions.global.sql b/Open-ILS/src/sql/Pg/999.functions.global.sql index 3874b26748..0affee500c 100644 --- a/Open-ILS/src/sql/Pg/999.functions.global.sql +++ b/Open-ILS/src/sql/Pg/999.functions.global.sql @@ -1448,7 +1448,7 @@ BEGIN vandelay.marc21_extract_fixed_field(marc,'RecStat'), vandelay.marc21_extract_fixed_field(marc,'ELvl'), vandelay.marc21_extract_fixed_field(marc,'Subj') - FROM authority.record + FROM authority.record_entry WHERE id = auth_id; RETURN; END;