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

:ambulance: fix(user) Set homePhone as PhoneNumberAttribute to restrict format

issue #5909
Showing with 1 addition and 1 deletion
+1 -1
......@@ -189,7 +189,7 @@ class user extends simplePlugin
_('Home address'), _('Home postal address'),
'homePostalAddress', FALSE
),
new StringAttribute (
new PhoneNumberAttribute (
_('Private phone'), _('Home phone number'),
'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