From: Jason Boyer Date: Fri, 14 Jul 2017 19:01:09 +0000 (-0400) Subject: LP1704463: Item Status Fields Correction X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=50fb1f90e9c4214224eeb690e947360cdc8690f9;p=working%2FEvergreen.git LP1704463: Item Status Fields Correction The Loan Duration and Fine Level fields were being incorrectly pulled from unrelated fields on the most recent circ rather than the item. Signed-off-by: Jason Boyer --- diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 index a80e4d8826..4f03835efa 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 @@ -63,7 +63,11 @@
[% l('Loan Duration') %]
-
{{circ.duration()}}
+
+
[% l('Short') %]
+
[% l('Normal') %]
+
[% l('Long') %]
+
[% l('Renewal Type') %]
@@ -80,7 +84,11 @@
[% l('Date Created') %]
{{copy.create_date() | date:egDateAndTimeFormat}}
[% l('Fine Level') %]
-
{{circ.duration_rule().name()}}
+
+
[% l('Low') %]
+
[% l('Normal') %]
+
[% l('High') %]
+
[% l('Total Circs') %]
{{total_circs}}