Merge pull request #23171 from anupamvs/product-contact-us

feat: Added phone field in product Inquiry
This commit is contained in:
rohitwaghchaure
2020-08-28 10:38:07 +05:30
committed by GitHub

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'),