From: berick Date: Wed, 4 May 2011 19:58:37 +0000 (-0400) Subject: grab attr value from vandelay.extract_rec_attrs hstore to compare to configured value X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa4fbb88b33a5b8f55295605caecf4841cfbb05a;p=evergreen%2Fmasslnc.git grab attr value from vandelay.extract_rec_attrs hstore to compare to configured value --- diff --git a/Open-ILS/src/sql/Pg/012.schema.vandelay.sql b/Open-ILS/src/sql/Pg/012.schema.vandelay.sql index 4082296bb8..cc02d1733c 100644 --- a/Open-ILS/src/sql/Pg/012.schema.vandelay.sql +++ b/Open-ILS/src/sql/Pg/012.schema.vandelay.sql @@ -736,7 +736,7 @@ BEGIN END IF; END LOOP; ELSE - IF test.value = vandelay.extract_rec_attrs(xml, ARRAY[test.svf]) THEN + IF test.value = vandelay.extract_rec_attrs(xml, ARRAY[test.svf]) -> test.svf THEN out_q := out_q + test.quality; END IF; END IF;