From: Bill Erickson Date: Mon, 20 May 2019 15:49:25 +0000 (+0000) Subject: JBAS-2285 Browse 'sees' include all heading purposes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=626709b4dbedeb4b6333fda97eb9675afbb6673a;p=working%2FEvergreen.git JBAS-2285 Browse 'sees' include all heading purposes Signed-off-by: Bill Erickson --- diff --git a/KCLS/sql/schema/deploy/2.12-3.2-db-upgrade-schema.sql b/KCLS/sql/schema/deploy/2.12-3.2-db-upgrade-schema.sql index 1ff03534e8..8d31a52e1e 100644 --- a/KCLS/sql/schema/deploy/2.12-3.2-db-upgrade-schema.sql +++ b/KCLS/sql/schema/deploy/2.12-3.2-db-upgrade-schema.sql @@ -6970,7 +6970,11 @@ BEGIN ) JOIN authority.heading_field ahf ON (ahf.id = acsaf.heading_field) WHERE mbeshm.entry = rec.id - AND ahf.heading_purpose = 'variant'; + -- KCLS JBAS-2285 + -- For reasons that are not yet entirely clear to me, + -- KCLS does not want the 'variant' limitation here. + --AND ahf.heading_purpose = 'variant' + ; END IF;