projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea18af
)
Change the baseline schema file
user/dkyle/lp1178377-bib-source-in-tpac
author
Doug Kyle
<dkyle@grpl.org>
Mon, 14 Apr 2014 19:15:25 +0000
(15:15 -0400)
committer
Doug Kyle
<dkyle@grpl.org>
Mon, 14 Apr 2014 19:15:25 +0000
(15:15 -0400)
Signed-off-by: Doug Kyle <dkyle@grpl.org>
Open-ILS/src/sql/Pg/990.schema.unapi.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/990.schema.unapi.sql
b/Open-ILS/src/sql/Pg/990.schema.unapi.sql
index
59c3f51
..
5cb8232
100644
(file)
--- a/
Open-ILS/src/sql/Pg/990.schema.unapi.sql
+++ b/
Open-ILS/src/sql/Pg/990.schema.unapi.sql
@@
-343,7
+343,7
@@
BEGIN
SELECT * INTO me FROM biblio.record_entry WHERE id = obj_id;
-- grab bib_source, if any
- IF
me.source IS NOT NULL
THEN
+ IF
('cbs' = ANY (includes) AND me.source IS NOT NULL)
THEN
source := unapi.cbs(me.source,NULL,NULL,NULL,NULL);
ELSE
source := NULL::XML;