feat: Added phone field in product Inquiry

This commit is contained in:
Anupam K
2020-08-26 14:23:56 +05:30
parent 46456fdc19
commit 759282651b

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