From 88cb548464242796c3142348f52f9b1f99dcf652 Mon Sep 17 00:00:00 2001 From: Michele Morgan Date: Wed, 1 Mar 2023 12:18:09 -0500 Subject: [PATCH] LP2001728 - Don't display circ_staff for opac and autorenewals Item Status Circ History List: Displays the placeholder or instead of the patron information in the Check Out Staff field. Signed-off-by: Michele Morgan Signed-off-by: Gina Monti Signed-off-by: Jane Sandberg --- .../templates/staff/cat/item/t_circ_list_pane.tt2 | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) 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 036f3fe..bd547c8 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 @@ -64,10 +64,18 @@ }}
[% l('Check Out Staff') %]
[% l('Stop Fines Reason') %]
{{circ.stop_fines()}}
-- 1.7.2.5