mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Addressbook: Pre-set the region's country
This commit is contained in:
parent
ad3a2472e8
commit
58f2267fc8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user