mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Prevent double countries in address view
This commit is contained in:
parent
76497460f5
commit
0a71419124
@ -1727,6 +1727,10 @@ class addressbook_ui extends addressbook_bo
|
||||
$content['owner'] .= 'p';
|
||||
}
|
||||
|
||||
// Prevent double countries - invalid code blanks it, disabling doesn't work
|
||||
$content['adr_one_countrycode'] = '-';
|
||||
$content['adr_two_countrycode'] = '-';
|
||||
|
||||
// Enable history
|
||||
$this->setup_history($content, $sel_options);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user