LP1904036 Hold notify alert repair
authorBill Erickson <berickxx@gmail.com>
Mon, 10 Jan 2022 16:41:14 +0000 (11:41 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:40 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts

index 9fa83b8..f928296 100644 (file)
@@ -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']) {