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=3b373fe2c6d617851ef1a34ee930cd01938afed3;p=working%2FEvergreen.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 20da7de23c..5a7d3a4ff3 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 %]
[% l('Checked Out Before') %]