Commit ee692691 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5909-homephone-is-not-a-phonenumberattribute' into '1.4-dev'

Resolve "homePhone is not a PhoneNumberAttribute"

See merge request fusiondirectory/fd!423
Showing with 1 addition and 1 deletion
+1 -1
...@@ -189,7 +189,7 @@ class user extends simplePlugin ...@@ -189,7 +189,7 @@ class user extends simplePlugin
_('Home address'), _('Home postal address'), _('Home address'), _('Home postal address'),
'homePostalAddress', FALSE 'homePostalAddress', FALSE
), ),
new StringAttribute ( new PhoneNumberAttribute (
_('Private phone'), _('Home phone number'), _('Private phone'), _('Home phone number'),
'homePhone', FALSE 'homePhone', FALSE
), ),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment