[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. f8473b18091b355cc9452ae7adeb5214fa997f7a

Evergreen Git git at git.evergreen-ils.org
Tue Nov 6 10:11:50 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, rel_3_2 has been updated
       via  f8473b18091b355cc9452ae7adeb5214fa997f7a (commit)
      from  9080603f72e10ef1d18f895fb31cfca77d0bbc89 (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 f8473b18091b355cc9452ae7adeb5214fa997f7a
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