[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 3b373fe2c6d617851ef1a34ee930cd01938afed3
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, rel_3_1 has been updated
via 3b373fe2c6d617851ef1a34ee930cd01938afed3 (commit)
from b8a5bb95b65fdb99b8e064c4444d1aab056bbcb3 (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 3b373fe2c6d617851ef1a34ee930cd01938afed3
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 20da7de..5a7d3a4 100644
--- a/Open-ILS/src/templates/opac/parts/result/table.tt2
+++ b/Open-ILS/src/templates/opac/parts/result/table.tt2
@@ -376,7 +376,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