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

Evergreen Git git at git.evergreen-ils.org
Wed Apr 18 14:04:04 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  228aba9d6bfca23888d9632e987f6462bdf37705 (commit)
       via  f525699f90b715c239cb1f20b92f12dc859b5db2 (commit)
      from  e9e0b4e0998ea304b55b1fa5e974880a76c5f01e (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 228aba9d6bfca23888d9632e987f6462bdf37705
Author: Jason Stephenson <jason at sigio.com>
Date:   Mon Apr 2 16:14:43 2018 -0400

    LP1760662: Item Status Holdable Field Display Follow-up
    
    Remove the boolText filter because it was always return false.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
index aa170b7..b5fb2fa 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
@@ -130,7 +130,7 @@
     <div class="flex-cell well">{{copy.id()}}</div>
 
     <div class="flex-cell">[% l('Holdable') %]</div>
-    <div class="flex-cell well">{{copy.holdable() | boolText}}</div>
+    <div class="flex-cell well">{{copy.holdable()}}</div>
 
     <div class="flex-cell">[% l('In-House Uses') %]</div>
     <div class="flex-cell well">{{copy._inHouseUseCount}}</div>

commit f525699f90b715c239cb1f20b92f12dc859b5db2
Author: Jason Boyer <jboyer at library.in.gov>
Date:   Mon Apr 2 13:55:02 2018 -0400

    LP1760662: Item Status Holdable Field Display
    
    The Holdable field on the Summary tab of the Detail View
    of Item Status was displaying the value for OPAC Visible.
    Let's change that from opac_visible() to holdable().
    
    Signed-off-by: Jason Boyer <jboyer at library.in.gov>
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
index 4b9abe3..aa170b7 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
@@ -130,7 +130,7 @@
     <div class="flex-cell well">{{copy.id()}}</div>
 
     <div class="flex-cell">[% l('Holdable') %]</div>
-    <div class="flex-cell well">{{copy.opac_visible()}}</div>
+    <div class="flex-cell well">{{copy.holdable() | boolText}}</div>
 
     <div class="flex-cell">[% l('In-House Uses') %]</div>
     <div class="flex-cell well">{{copy._inHouseUseCount}}</div>

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

Summary of changes:
 .../templates/staff/cat/item/t_summary_pane.tt2    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list