From: Dan Wells Date: Thu, 11 Apr 2013 23:54:12 +0000 (-0400) Subject: Add corporate author (110) to TPAC author pool X-Git-Tag: sprint4-merge-nov22~3103^2~12 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=07cddc9f1f03414d92d50efb99bd1da40893149b;p=working%2FEvergreen.git 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: Mark Cooper Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2 index fa3ed902c2..fa294208f2 100644 --- a/Open-ILS/src/templates/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2 @@ -110,6 +110,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;