From 8b4ff23ff69b59c384ea8cbb23592492bcf534a8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 13 May 2021 14:26:50 -0400 Subject: [PATCH] LP1904036 Add Alert Message columns Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html | 3 +++ Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html | 3 +++ Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html | 3 +++ 3 files changed, 9 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html index c383fab536..1ff6452e19 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html @@ -178,6 +178,9 @@ + + diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html index 7d48b78610..e6ea0cdfdb 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html @@ -116,6 +116,9 @@ + + diff --git a/Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html b/Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html index 2808938df3..e282f3b108 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html @@ -107,6 +107,9 @@ + + -- 2.11.0