From a4d201b10153162050471c16dd54dd0845c3ed92 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Thu, 11 Apr 2013 19:54:12 -0400 Subject: [PATCH] LP1168186 - Add corporate author (110) to TPAC author pool As requested in LP#1168186, here is a simple attempt to add corporate authors to the author 'pool' in TPAC. We may also want to consider adding 111 (meeting or conference as main entry), but that isn't totally clear cut. Signed-off-by: Dan Wells Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/misc_util.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2 index bddab424f7..9ebdeb4dcf 100644 --- a/Open-ILS/src/templates/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2 @@ -109,6 +109,7 @@ graphic_880s = []; get_graphic_880s(target_field='100'); + get_graphic_880s(target_field='110'); args.graphic_authors = graphic_880s; args.authors = []; FOR author IN args.graphic_authors; -- 2.11.0