Merge pull request #33674 from MP-30/fix/phone-validation-address
fix(address): correct phone validation in address doctype
This commit is contained in:
commit
62c9f89fbb
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@
|
|||
{
|
||||
"fieldname": "phone",
|
||||
"fieldtype": "Data",
|
||||
"label": "Phone"
|
||||
"label": "Phone",
|
||||
"options": "Phone"
|
||||
},
|
||||
{
|
||||
"fieldname": "fax",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue