mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
fix privat address country does not preselect nation, should be analogous to business
This commit is contained in:
parent
ec9bf42156
commit
70d4fc8527
@ -1701,6 +1701,10 @@ class addressbook_ui extends addressbook_bo
|
||||
$GLOBALS['egw_info']['user']['preferences']['common']['country'];
|
||||
$content['adr_one_countryname'] =
|
||||
$GLOBALS['egw']->country->get_full_name($GLOBALS['egw_info']['user']['preferences']['common']['country']);
|
||||
$content['adr_two_countrycode'] =
|
||||
$GLOBALS['egw_info']['user']['preferences']['common']['country'];
|
||||
$content['adr_two_countryname'] =
|
||||
$GLOBALS['egw']->country->get_full_name($GLOBALS['egw_info']['user']['preferences']['common']['country']);
|
||||
}
|
||||
if ($this->prefs['fileas_default']) $content['fileas_type'] = $this->prefs['fileas_default'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user