[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 0590a3a4203aa4fd77a8e357ea0c253fb907e6d0

Evergreen Git git at git.evergreen-ils.org
Wed Sep 12 11:18:19 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  0590a3a4203aa4fd77a8e357ea0c253fb907e6d0 (commit)
      from  366b24a6b5401511c08ad68abbb3da28c800ccd6 (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 0590a3a4203aa4fd77a8e357ea0c253fb907e6d0
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Mon Sep 10 09:23:29 2018 -0700

    LP1665052: Fix checkin workstation display on recent circs view
    
    To test:
    1) Go to Item Status > Detail View > Recent Circ History for
    an item that is currently checked out.
    2) Note that the Checkin Workstation field says
    "{{circ.checkin_workstation.name()}}"
    3) Apply this commit.
    4) Note that the Checkin Workstation field is empty if an
    item is an item hasn't been checked in, but is filled with
    the appropriate workstation name after it has been checked
    in.
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2
index be36803..dde2b99 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2
@@ -188,7 +188,7 @@
   <div class="flex-row">
     <div class="flex-cell">[% l('Checkin Workstation') %]</div>
     <div class="flex-cell well">
-      {{circ.checkin_workstation.name()}}
+      {{circ.checkin_workstation().name()}}
     </div>
   </div>
 </div>

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list