From: Jason Stephenson Date: Wed, 8 Feb 2023 18:09:57 +0000 (-0500) Subject: Revert changes from LP#1919500 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=abfe40881b223c813d51162f497c9fd653f2473f;p=working%2FEvergreen.git Revert changes from LP#1919500 Directly revert Open-ILS/web/js/ui/default/staff/cat/item/app.js. Revert Open-ILS/src/templates_cons/staff/cat/item/t_circ_list_pane.tt2 via templates_cons override. Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/templates_cons/staff/cat/item/t_circ_list_pane.tt2 b/Open-ILS/src/templates_cons/staff/cat/item/t_circ_list_pane.tt2 new file mode 100644 index 0000000000..5165571b14 --- /dev/null +++ b/Open-ILS/src/templates_cons/staff/cat/item/t_circ_list_pane.tt2 @@ -0,0 +1,70 @@ +
+
+ [% l('Item has not circulated.') %] +
+
+
+
+ [% l('Circulation History not available for display.') %] +
+
+
+
+
+ +
+
+
+ + +
+ +
+
[% l('Check Out Date') %]
+
{{circ.xact_start() | date:egDateAndTimeFormat}}
+
[% l('Due Date') %]
+
{{circ.due_date() | egDueDate:egDateAndTimeFormat:circ.circ_lib():circ.duration()}}
+
[% l('Stop Fines Time') %]
+
{{circ.stop_fines_time() | date:egDateAndTimeFormat}}
+
[% l('Checkin Time') %]
+
{{circ.checkin_time() | date:egDateAndTimeFormat}}
+
+
+
[% l('Check Out Library') %]
+
{{circ.circ_lib().shortname()}}
+
[% l('Renewal?') %]
+
{{ + circ.phone_renewal() == 't' || + circ.desk_renewal() == 't' || + circ.opac_renewal() == 't' || + circ.auto_renewal() == 't' + }}
+
[% l('Stop Fines Reason') %]
+
{{circ.stop_fines()}}
+
[% l('Check In Library') %]
+
{{circ.checkin_lib().shortname()}}
+
+
+
+ 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 f7220130bd..c94a479ef1 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,8 +1088,7 @@ console.debug($scope.copy_alert_count); 'usr', 'workstation', 'checkin_workstation', - 'recurring_fine_rule', - 'circ_staff' + 'recurring_fine_rule' ], au : ['card'] },