[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. a96107ab2594000cabaa25cce55ffe54973beceb

Evergreen Git git at git.evergreen-ils.org
Mon Apr 30 15:42:44 EDT 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_0 has been updated
       via  a96107ab2594000cabaa25cce55ffe54973beceb (commit)
      from  f9c8e6ae4315871abc08179c137b8d199261e43c (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 a96107ab2594000cabaa25cce55ffe54973beceb
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Sat Feb 10 08:22:20 2018 -0800

    LP1748649: Don't show bib call # in show_details mode
    
    Using "show more details" in the public catalog displays
    a list of items associated with each bib in the results list --
    and their call numbers. Consequently, when in that mode, it
    is not necessary to separately display one of the bib call numbers
    in the bib summary on the results page; this patch removes it.
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    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 35bb430..3e26dc3 100644
--- a/Open-ILS/src/templates/opac/parts/result/table.tt2
+++ b/Open-ILS/src/templates/opac/parts/result/table.tt2
@@ -184,7 +184,7 @@ END;
                                                        role="presentation"
                                                        title="[% l('Record Holdings Summary') %]"
                                                        class="table_no_border_space table_no_cell_pad table_no_border results_info_table">
-                                                        [% UNLESS rec.mmr_id %]
+                                                        [% UNLESS rec.mmr_id OR show_detail_view %]
                                                            [% IF args.holdings.size > 0 %]
                                                         <tr name='bib_cn_list' class='result_table_title_cell'>
                                                             <td valign='top'>

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list