From af427e86085e00d3991996f6422c2728d55df1fe Mon Sep 17 00:00:00 2001 From: Michele Morgan Date: Tue, 29 Mar 2022 13:04:55 -0400 Subject: [PATCH] LP#1919500 - Tweak to Checkout Staff display Displays Checkout Staff's usrname instead of id and adds a link to the record. Signed-off-by: Michele Morgan Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/staff/cat/item/t_circ_list_pane.tt2 | 7 ++++++- Open-ILS/web/js/ui/default/staff/cat/item/app.js | 3 ++- 2 files changed, 8 insertions(+), 2 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 f64984ed4f..036f3fed8f 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 @@ -63,7 +63,12 @@ circ.auto_renewal() == 't' }}
[% l('Check Out Staff') %]
-
{{circ.circ_staff()}}
+
[% l('Stop Fines Reason') %]
{{circ.stop_fines()}}
[% l('Check In Library') %]
diff --git a/Open-ILS/web/js/ui/default/staff/cat/item/app.js b/Open-ILS/web/js/ui/default/staff/cat/item/app.js index 1338a251a9..d024917f88 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/item/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/item/app.js @@ -1088,7 +1088,8 @@ console.debug($scope.copy_alert_count); 'usr', 'workstation', 'checkin_workstation', - 'recurring_fine_rule' + 'recurring_fine_rule', + 'circ_staff' ], au : ['card'] }, -- 2.11.0