Addressbook: Pre-set the region's country

This commit is contained in:
nathan 2022-11-14 14:15:41 -07:00
parent ad3a2472e8
commit 58f2267fc8

View File

@ -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;
}
}