From: Michele Morgan Date: Tue, 29 Mar 2022 17:04:55 +0000 (-0400) Subject: LP#1919500 - Tweak to Checkout Staff display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=af427e86085e00d3991996f6422c2728d55df1fe;p=Evergreen.git 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 --- 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'] },