From: McCanna Date: Mon, 26 Mar 2018 16:54:34 +0000 (-0400) Subject: PINES Customization: Patron Alerts Display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Frel_3_0_2_customize_alerts_display;p=evergreen%2Fpines.git PINES Customization: Patron Alerts Display Add label to all alerts instead of only showing label when note doesn't exist. Signed-off-by: McCanna --- 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}}