mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
feat: Added phone field in product Inquiry
This commit is contained in:
@@ -20,6 +20,13 @@ frappe.ready(() => {
|
|||||||
options: 'Email',
|
options: 'Email',
|
||||||
reqd: 1
|
reqd: 1
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fieldtype: 'Data',
|
||||||
|
label: __('Phone Number'),
|
||||||
|
fieldname: 'phone',
|
||||||
|
options: 'Phone',
|
||||||
|
reqd: 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
fieldtype: 'Data',
|
fieldtype: 'Data',
|
||||||
label: __('Subject'),
|
label: __('Subject'),
|
||||||
|
|||||||
Reference in New Issue
Block a user