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=bc726ffd8f92f2267b2d3244044fcb95028728f1;p=working%2FEvergreen.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 e5e0974f23..0561596a3e 100644 --- a/Open-ILS/src/sql/Pg/999.functions.global.sql +++ b/Open-ILS/src/sql/Pg/999.functions.global.sql @@ -1456,7 +1456,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;