LP1904036 Pending patron shows actor.addr_alerts
authorBill Erickson <berickxx@gmail.com>
Tue, 12 Apr 2022 16:51:05 +0000 (12:51 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:42 +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 d94f514..4314397 100644 (file)
@@ -502,6 +502,8 @@ export class EditComponent implements OnInit, AfterViewInit {
             this.patron.addresses().forEach(addr => {
                 promise =
                     promise.then(__ => this.dupeValueChange('address', addr));
+                promise =
+                    promise.then(__ => this.toolbar.checkAddressAlerts(patron, addr));
             });
         });
     }