diff --git a/addressbook/js/app.ts b/addressbook/js/app.ts index dd000c93d6..34a55db749 100644 --- a/addressbook/js/app.ts +++ b/addressbook/js/app.ts @@ -110,6 +110,8 @@ class AddressbookApp extends EgwApp this.check_value(this.et2.getWidgetById(content.presets_fields),0); } } + this.regionSetCountry(null, this.et2.getWidgetById("adr_one_countrycode")); + this.regionSetCountry(null, this.et2.getWidgetById("adr_two_countrycode")); break; } }