From: Jane Sandberg Date: Mon, 10 Sep 2018 16:23:29 +0000 (-0700) Subject: LP1665052: Fix checkin workstation display on recent circs view X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0590a3a4203aa4fd77a8e357ea0c253fb907e6d0;p=Evergreen.git 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 Signed-off-by: Ben Shum --- 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 be36803831..dde2b99560 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 @@
[% l('Checkin Workstation') %]
- {{circ.checkin_workstation.name()}} + {{circ.checkin_workstation().name()}}