[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 3dc127fb66962e2f4bff7e84ed1b4d0c8e00308e

Evergreen Git git at git.evergreen-ils.org
Thu Oct 24 10:03:35 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_4 has been updated
       via  3dc127fb66962e2f4bff7e84ed1b4d0c8e00308e (commit)
      from  ff4f67aecca40f3a8e69d35b8459b565a1d87abc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3dc127fb66962e2f4bff7e84ed1b4d0c8e00308e
Author: Dan Scott <dscott at laurentian.ca>
Date:   Thu Oct 24 09:54:49 2013 -0400

    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 <dscott at laurentian.ca>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2
index a1dbb94..5f39358 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;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/parts/misc_util.tt2 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list