From ae2865976da585581733ab732452b0fdedab6dcb 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 345eb23933..7619efe95e 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 @@ -59,7 +59,11 @@
[% l('Loan Duration') %]
-
{{circ.duration()}}
+
+
[% l('Short') %]
+
[% l('Normal') %]
+
[% l('Long') %]
+
[% l('Renewal Type') %]
@@ -76,7 +80,11 @@
[% l('Date Created') %]
{{copy.create_date() | date:'short'}}
[% l('Fine Level') %]
-
{{circ.duration_rule().name()}}
+
+
[% l('Low') %]
+
[% l('Normal') %]
+
[% l('High') %]
+
[% l('Total Circs') %]
{{total_circs}}
-- 2.11.0