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

Evergreen Git git at git.evergreen-ils.org
Wed Apr 18 14:01:34 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  ac4d17af2738556c1a8b82469a29da85d2389ee2 (commit)
       via  06dbcabe0fb0b06f176e9d355559fca487746a58 (commit)
      from  e0248ed22f99d13ff1ec60552db32793cdf90163 (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 ac4d17af2738556c1a8b82469a29da85d2389ee2
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 06dbcabe0fb0b06f176e9d355559fca487746a58
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