[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4cb4ab7aa8f68799b1b4c0df4447d7f252c2d5d1

Evergreen Git git at git.evergreen-ils.org
Thu Oct 24 10:03:30 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, master has been updated
       via  4cb4ab7aa8f68799b1b4c0df4447d7f252c2d5d1 (commit)
      from  6379cb99ba343d8d785b5aa0bdb56e8a0ed35a4a (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 4cb4ab7aa8f68799b1b4c0df4447d7f252c2d5d1
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 363318d..cdd8eff 100644
--- a/Open-ILS/src/templates/opac/parts/misc_util.tt2
+++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2
@@ -174,8 +174,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