mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-14 18:23:55 +00:00
Co-authored-by: ljain112 <ljain112@gmail.com> Co-authored-by: Diptanil Saha <diptanil@frappe.io>
This commit is contained in:
@@ -38,15 +38,27 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm
|
||||
label: __("Primary Contact Details"),
|
||||
collapsible: 1,
|
||||
},
|
||||
{
|
||||
label: __("First Name"),
|
||||
fieldname: "map_to_first_name",
|
||||
fieldtype: "Data",
|
||||
depends_on: "eval:doc.customer_type=='Company' || doc.supplier_type=='Company'",
|
||||
},
|
||||
{
|
||||
label: __("Last Name"),
|
||||
fieldname: "map_to_last_name",
|
||||
fieldtype: "Data",
|
||||
depends_on: "eval:doc.customer_type=='Company' || doc.supplier_type=='Company'",
|
||||
},
|
||||
{
|
||||
fieldtype: "Column Break",
|
||||
},
|
||||
{
|
||||
label: __("Email Id"),
|
||||
fieldname: "email_address",
|
||||
fieldtype: "Data",
|
||||
options: "Email",
|
||||
},
|
||||
{
|
||||
fieldtype: "Column Break",
|
||||
},
|
||||
{
|
||||
label: __("Mobile Number"),
|
||||
fieldname: "mobile_number",
|
||||
|
||||
Reference in New Issue
Block a user