From a15dc23daacd6855ad2095c82d63bb52252885fe Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Fri, 14 Jul 2017 15:01:09 -0400 Subject: [PATCH] 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 Signed-off-by: Chris Sharp Signed-off-by: Mike Rylander --- Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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}}
-- 2.11.0