From: Ben Shum Date: Sun, 14 Apr 2013 02:28:53 +0000 (-0400) Subject: LP1168186 - Add tag 111 and remove subfield 4 from author pool X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=77c9886c809b407653b8b6580899ea7ad328b457;p=evergreen%2Fequinox.git LP1168186 - Add tag 111 and remove subfield 4 from author pool Add meeting/conference main entry (111) to TPAC author pool. Remove subfield 4 from the author data because the information contained refers to relator and may not be helpful at this time. Signed-off-by: Ben Shum Signed-off-by: Mark Cooper --- diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2 index fa294208f2..a1dbb94f0a 100644 --- a/Open-ILS/src/templates/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2 @@ -7,7 +7,7 @@ FOR node IN xml.findnodes('//*[@tag="' _ target_field _ '"]'); raw_vals = []; core_val = ''; - FOR subnode IN node.findnodes('./*[not(contains("w 0 5 6 8 9", @code))]'); + FOR subnode IN node.findnodes('./*[not(contains("w 0 4 5 6 8 9", @code))]'); raw_vals.push(subnode.textContent()); END; core_val = raw_vals.join(" "); @@ -111,6 +111,7 @@ graphic_880s = []; get_graphic_880s(target_field='100'); get_graphic_880s(target_field='110'); + get_graphic_880s(target_field='111'); args.graphic_authors = graphic_880s; args.authors = []; FOR author IN args.graphic_authors;