From 6e6c9857e608b7235fa984f464239bc85204d454 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Wed, 17 Mar 2021 14:24:34 -0500 Subject: [PATCH] LP#1919500 - Add Checkout Workstation and Checkout Staff to Item Status -> Circ History List Add two more data fields to the Circ History List in Item Status, so that it is possible to see them after an item is renewed. Signed-off-by: Josh Stompro --- Open-ILS/src/templates/staff/cat/item/t_circ_list_pane.tt2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/templates/staff/cat/item/t_circ_list_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_circ_list_pane.tt2 index 5165571b14..f64984ed4f 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_circ_list_pane.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_circ_list_pane.tt2 @@ -45,6 +45,8 @@
{{circ.xact_start() | date:egDateAndTimeFormat}}
[% l('Due Date') %]
{{circ.due_date() | egDueDate:egDateAndTimeFormat:circ.circ_lib():circ.duration()}}
+
[% l('Check Out Workstation') %]
+
{{circ.workstation().name()}}
[% l('Stop Fines Time') %]
{{circ.stop_fines_time() | date:egDateAndTimeFormat}}
[% l('Checkin Time') %]
@@ -60,6 +62,8 @@ circ.opac_renewal() == 't' || circ.auto_renewal() == 't' }} +
[% l('Check Out Staff') %]
+
{{circ.circ_staff()}}
[% l('Stop Fines Reason') %]
{{circ.stop_fines()}}
[% l('Check In Library') %]
-- 2.11.0