From 7c53dd47a9076e8e4fa080611553964b701ed5a8 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Mon, 10 Sep 2018 09:23:29 -0700 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 200c59b885..fcadfe8f8d 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 @@
[% l('Checkin Workstation') %]
- {{circ.checkin_workstation.name()}} + {{circ.checkin_workstation().name()}}
-- 2.11.0