From fba8aaead07e4fb9c2b13d73b952590955c80ba0 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 c50ff0d6c8..ce8ce0de3f 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -18,6 +18,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