From 416aaf383f27c96ee46018cbfb0e2bd57cb5475a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 6 May 2021 12:24:50 -0400 Subject: [PATCH] LP1904036 Apply default address type 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 | 3 +++ 1 file changed, 3 insertions(+) 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 66bfff1d33..373a6d88cb 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 @@ -761,6 +761,9 @@ export class EditComponent implements OnInit, AfterViewInit { patron.mailing_address(addr); patron.addresses([addr]); + this.strings.interpolate('circ.patron.edit.default_addr_type') + .then(msg => addr.address_type(msg)); + this.patron = patron; this.addWaiver(); } -- 2.11.0