From: Bill Erickson Date: Wed, 19 Jan 2022 17:19:18 +0000 (-0500) Subject: LP1904036 Patron penalty note is now usr_message X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=7552faca712c9760d92e2ac27e0ffb42780e4750 LP1904036 Patron penalty note is now usr_message Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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 559a310..c006489 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 238c688..ae88969 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'}}