From 7552faca712c9760d92e2ac27e0ffb42780e4750 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 19 Jan 2022 12:19:18 -0500 Subject: [PATCH] LP1904036 Patron penalty note is now usr_message Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/circ/patron/alerts.component.html | 2 +- .../src/eg2/src/app/staff/share/patron/summary.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html index 559a3100d0..c0064894a4 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html @@ -47,7 +47,7 @@
{{penalty.standing_penalty().label()}} -
{{penalty.note()}}
+
{{penalty.usr_message()}}
{{penalty.set_date() | date:'short'}} diff --git a/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html b/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html index 238c688627..ae88969bf9 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html @@ -28,7 +28,7 @@ *ngFor="let pen of summary.alerts.alertPenalties">
- {{pen.note() || pen.standing_penalty().label()}} + {{pen.usr_message() || pen.standing_penalty().label()}}
{{pen.set_date() | date:'shortDate'}}
-- 2.43.2