mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
feat: Added phone field in product Inquiry
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user