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=cd42621ed0869a9bfca98f403d1d7f5204c850cf;p=evergreen%2Fequinox.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 7edec1a91e..457f0ad945 100644 --- a/Open-ILS/src/sql/Pg/012.schema.vandelay.sql +++ b/Open-ILS/src/sql/Pg/012.schema.vandelay.sql @@ -753,7 +753,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;