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

Evergreen Git git at git.evergreen-ils.org
Thu Sep 13 10:33:22 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  96f7a65fb1edbb6b6656e2b5d97b230730aee677 (commit)
      from  b107cd7e095b50643c08c55d9932df7ebe757169 (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 96f7a65fb1edbb6b6656e2b5d97b230730aee677
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Aug 29 10:58:20 2018 -0400

    LP#1738688: Add cancel time to Most Recent Transits
    
    Adds the transit cancel time to the Most Recent Transits section of
    the Item Status Holds / Transit tab.
    
    Test plan:
    Place an item in transit and then cancel the transit. Retrieve the item in
    Item Status / Detail View. In the Holds / Transit tab, there is no indication
    the transit has been canceled before loading the patch. Post-patch, the
    cancel time will display.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: John Amundson <jamundson at cwmars.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/cat/item/t_holds_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_holds_pane.tt2
index c4f389b..bb26920 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_holds_pane.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_holds_pane.tt2
@@ -121,5 +121,11 @@
       {{transit.dest_recv_time() | date:egDateAndTimeFormat}}
     </div>
   </div>
+  <div class="flex-row">
+    <div class="flex-cell">[% l('Transit Cancel Time') %]</div>
+    <div class="flex-cell well">
+      {{transit.cancel_time() | date:egDateAndTimeFormat}}
+    </div>
+  </div>
 </div>
 

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

Summary of changes:
 .../src/templates/staff/cat/item/t_holds_pane.tt2  |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list