From 5e5719088520189324ae19f6c98dbf0869ecbb55 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 10 Jan 2022 11:41:14 -0500 Subject: [PATCH] LP1904036 Hold notify alert repair Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts index 9fa83b8e31..f9282963cf 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts @@ -200,7 +200,7 @@ export class EditComponent implements OnInit, AfterViewInit { other_phone: null, evening_phone: null, default_phone: null, - default_sms: null, + default_sms_notify: null, default_sms_carrier: null, phone_notify: false, email_notify: false, @@ -689,7 +689,7 @@ export class EditComponent implements OnInit, AfterViewInit { } if (setting = usets['opac.default_sms_notify']) { - this.holdNotifyValues.default_sms = setting; + this.holdNotifyValues.default_sms_notify = setting; } if (setting = usets['opac.default_pickup_location']) { -- 2.11.0