LP1904036 Pending patron shows actor.addr_alerts
authorBill Erickson <berickxx@gmail.com>
Tue, 12 Apr 2022 16:51:05 +0000 (12:51 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Oct 2022 17:05:40 +0000 (13:05 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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));
             });
         });
     }