From: Bill Erickson Date: Mon, 10 Jan 2022 16:41:14 +0000 (-0500) Subject: LP1904036 Hold notify alert repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5e5719088520189324ae19f6c98dbf0869ecbb55;p=Evergreen.git LP1904036 Hold notify alert repair 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/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']) {