From: Kathy Lussier Date: Wed, 25 Jul 2018 15:51:06 +0000 (-0400) Subject: LP#1783602: Remove copy counts from mr search results page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8f74b164c8ba012375fec51950c10963626cf6fc;p=evergreen%2Fequinox.git 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 Signed-off-by: Remington Steed Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 77a27f60fc..63b4980360 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 %]
[% l('Checked Out Before') %]