mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"fixed bug reported by Phillip Herbert on the user list: addressbook view >> more phone numbers does NOT show the fax number"
This commit is contained in:
parent
e154f96132
commit
48c7fae782
@ -1611,7 +1611,7 @@ class addressbook_ui extends addressbook_bo
|
||||
foreach(array_keys($this->contact_fields) as $key)
|
||||
{
|
||||
$readonlys[$key] = true;
|
||||
if (in_array($key,array('tel_home','tel_work','tel_cell')))
|
||||
if (in_array($key,array('tel_home','tel_work','tel_cell','tel_fax')))
|
||||
{
|
||||
$readonlys[$key.'2'] = true;
|
||||
$content[$key.'2'] = $content[$key];
|
||||
|
Loading…
Reference in New Issue
Block a user