lp1592934 removed lines referencing edition fields 534 and 775. These fields refer...
authorJim Keenan <jkeenan@cwmars.org>
Fri, 12 Aug 2016 18:51:28 +0000 (14:51 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 12 Aug 2016 21:28:20 +0000 (17:28 -0400)
Signed-off-by: Jim Keenan <jkeenan@cwmars.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/parts/misc_util.tt2

index e995a92..50611fc 100644 (file)
             args.editions.push(edition.primary.value);
         END;
 
-        ed_hunt = xml.findnodes('//*[@tag="250"]/*[@code="a"]') ||
-            xml.findnodes('//*[@tag="534"]/*[@code="b"]') ||
-            xml.findnodes('//*[@tag="775"]/*[@code="b"]');
+        ed_hunt = xml.findnodes('//*[@tag="250"]/*[@code="a"]');
         FOR sub IN ed_hunt;
             args.editions.push(sub.textContent);
         END;