[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8f74b164c8ba012375fec51950c10963626cf6fc

Evergreen Git git at git.evergreen-ils.org
Tue Nov 6 10:11:49 EST 2018


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  8f74b164c8ba012375fec51950c10963626cf6fc (commit)
      from  76de5680b0404117a2e4a9a741217236213c534a (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 8f74b164c8ba012375fec51950c10963626cf6fc
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Jul 25 11:51:06 2018 -0400

    LP#1783602: Remove copy counts from mr search results page
    
    The copy counts on the mr search results page can be wrong if a limiter was
    applied to the metarecord search. Rather than supply inaccurate information to
    the user, let's remove the counts from that page until a long-term solution can
    be developed.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2
index 77a27f6..63b4980 100644
--- a/Open-ILS/src/templates/opac/parts/result/table.tt2
+++ b/Open-ILS/src/templates/opac/parts/result/table.tt2
@@ -401,7 +401,9 @@ END;
                                                             INCLUDE "opac/parts/ebook_api/avail.tt2";
                                                         END;
                                                     %]
-                                                    [% PROCESS "opac/parts/result/copy_counts.tt2" %]
+                                                    [% UNLESS rec.mmr_id;
+                                                            PROCESS "opac/parts/result/copy_counts.tt2";
+                                                        END; %]
                                                     [% IF rec.user_circulated %]
                                                     <div class="result_item_circulated">
                                                         <img src="[% ctx.media_prefix %]/images/green_check.png[% ctx.cache_key %]" alt="[% l('Checked Out Before') %]"/>

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

Summary of changes:
 Open-ILS/src/templates/opac/parts/result/table.tt2 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list