From: Dan Scott Date: Thu, 24 Oct 2013 13:54:49 +0000 (-0400) Subject: RDA / TPAC: Add 264 for pubinfo graphic 880 lookups X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3dc127fb66962e2f4bff7e84ed1b4d0c8e00308e;p=Evergreen.git RDA / TPAC: Add 264 for pubinfo graphic 880 lookups Per https://bugs.launchpad.net/evergreen/+bug/1243746 the publication info in search results was coming up empty for RDA records because they use 264 for publication info instead of 260. Signed-off-by: Dan Scott 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 a1dbb94f0a..5f39358a9f 100644 --- a/Open-ILS/src/templates/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2 @@ -163,8 +163,10 @@ # Full publisher info args.pubinfo = "$args.pubplace $args.publisher $args.pubdate"; + # RDA adds 264 to the pubinfo 880 consideration mix graphic_880s = []; get_graphic_880s(target_field='260'); + get_graphic_880s(target_field='264'); args.graphic_pubinfos = graphic_880s; args.pubinfos = []; FOR pubinfo IN args.graphic_pubinfos;