[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. b27a2712a70841f9734f782c865b7a692e1af11f

Evergreen Git git at git.evergreen-ils.org
Wed Apr 18 14:02:13 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_1 has been updated
       via  b27a2712a70841f9734f782c865b7a692e1af11f (commit)
       via  1979dae351fd7eb31371f77a8583e9fddd3e7d77 (commit)
      from  0065166114a55ce0f6a6c166265bb977285950f4 (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 b27a2712a70841f9734f782c865b7a692e1af11f
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 c6a5288..e4130a2 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 1979dae351fd7eb31371f77a8583e9fddd3e7d77
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 3ef0b35..c6a5288 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