From 0b2282b6fd569366d30db914dad2e3e0a881dec5 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Tue, 15 Dec 2015 08:39:27 -0500 Subject: [PATCH] LP#1522604: Remove red alert style for non-cataloged checkouts The non-cataloged checkouts in the patron summary had a red alert style applied when there was a lost item count on the patron record. This branch removes any alert styling since we don't need to highlight non-cataloged checkouts. Test plan: Pre-patch, retrieve a patron record with lost transactions in the web client. The non-cataloged count in the patron summary will be red. Apply the patch. The count will no longer be red. Signed-off-by: Kathy Lussier Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 index 6a3d7f63a2..7c880b993b 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -87,8 +87,7 @@
[% l('Lost') %]
{{patron_stats().checkouts.lost}}
-
+
[% l('Non-Cataloged') %]
{{patron_stats().checkouts.noncat}}
-- 2.11.0