[open-ils-commits] [GIT] Evergreen ILS branch master updated. 7dab2aca633c03eb5484bc0930fdca81d97e1a7d

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, master has been updated
       via  7dab2aca633c03eb5484bc0930fdca81d97e1a7d (commit)
      from  d875fcc0c9047230985119cc2047e59fd26fd861 (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 7dab2aca633c03eb5484bc0930fdca81d97e1a7d
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 432dffa..7063612 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