From fdcf5e2c9540bcbe90476f8c488a70131e6796ed Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 27 Dec 2017 18:25:24 -0500 Subject: [PATCH] PINES Cust: Add shortname to alerts Add the short name of the library who created an alert to the alert line in the patron summary bar. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 | 1 + 1 file changed, 1 insertion(+) 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..f306e61927 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -8,6 +8,7 @@ class="col-md-9 patron-summary-alert" title="{{penalty.standing_penalty().name()}}"> {{penalty.note() || penalty.standing_penalty().label()}} + ({{penalty.org_unit().shortname()}})
{{penalty.set_date() | date:$root.egDateFormat}} -- 2.11.0