From d6bea21b61f9ac84e14a38ce22dadf680299d0bf Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 22 Feb 2017 15:14:27 -0500 Subject: [PATCH] LP#1615845 Item status view columns aligned Removes the redundant TCN value from the item status view so that the columns can once again be vertically aligned. The TCN is visible in the bib summary pane along the top. Signed-off-by: Bill Erickson --- .../src/templates/staff/cat/item/t_summary_pane.tt2 | 17 +---------------- 1 file changed, 1 insertion(+), 16 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 5935f870a8..345eb23933 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 @@ -1,10 +1,3 @@ - -
@@ -138,9 +131,6 @@
-
[% l('TCN') %]
-
{{copy.call_number().record().tcn_value()}}
-
[% l('Circulate') %]
{{copy.circulate()}}
@@ -166,9 +156,6 @@
[% l('Age-based Hold Protection') %]
{{copy.age_protect().name()}}
- -
-
[% l('Checkin Workstation') %]
@@ -179,9 +166,7 @@
[% l('Alert Message') %]
-
- {{copy.alert_message()}} -
+
{{copy.alert_message()}}
-- 2.11.0