feat: Added phone field in product Inquiry

This commit is contained in:
Anupam K 2020-08-26 15:28:22 +05:30
parent 38cabbd4b8
commit c7830f7107

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