mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Use correct field names for company & department
This commit is contained in:
parent
989011fe69
commit
5c2a64c1de
@ -141,8 +141,8 @@ function copy_fields($config)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$default = array(
|
$default = array(
|
||||||
'company',
|
'org_name',
|
||||||
'department',
|
'org_unit',
|
||||||
'adr_one_street',
|
'adr_one_street',
|
||||||
'adr_one_street2',
|
'adr_one_street2',
|
||||||
'adr_one_locality',
|
'adr_one_locality',
|
||||||
|
Loading…
Reference in New Issue
Block a user