From 77c9886c809b407653b8b6580899ea7ad328b457 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Sat, 13 Apr 2013 22:28:53 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/misc_util.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.43.2