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

Evergreen Git git at git.evergreen-ils.org
Wed Sep 12 11:18:20 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  7cbcf9f06fb1d747ef1b2d7eb85d45152fee5374 (commit)
      from  e5c6e5918a8e9666786cab8be76deba27cb8edcb (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 7cbcf9f06fb1d747ef1b2d7eb85d45152fee5374
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 200c59b..fcadfe8 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
@@ -193,7 +193,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