Merge pull request #23170 from anupamvs/product-contact-us-v13

feat: Added phone field in product Inquiry
This commit is contained in:
rohitwaghchaure 2020-08-28 10:38:44 +05:30 committed by GitHub
commit 3018d38940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,13 @@ frappe.ready(() => {
options: 'Email',
reqd: 1
},
{
fieldtype: 'Data',
label: __('Phone Number'),
fieldname: 'phone',
options: 'Phone',
reqd: 1
},
{
fieldtype: 'Data',
label: __('Subject'),