From c29de4a450138ce67af2c9bdcaaad6ed24538d21 Mon Sep 17 00:00:00 2001 From: McCanna Date: Mon, 26 Mar 2018 12:54:34 -0400 Subject: [PATCH] PINES Customization: Patron Alerts Display Add label to all alerts instead of only showing label when note doesn't exist. Signed-off-by: McCanna --- Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 b6ce3d43eb..9f3b31647e 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -4,10 +4,11 @@
+
- {{penalty.note() || penalty.standing_penalty().label()}} + {{penalty.standing_penalty().label()}} : {{penalty.note()}}
{{penalty.set_date() | date:$root.egDateFormat}} -- 2.11.0