mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 17:18:30 +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"),
|
label: __("Primary Contact Details"),
|
||||||
collapsible: 1,
|
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"),
|
label: __("Email Id"),
|
||||||
fieldname: "email_address",
|
fieldname: "email_address",
|
||||||
fieldtype: "Data",
|
fieldtype: "Data",
|
||||||
options: "Email",
|
options: "Email",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
fieldtype: "Column Break",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: __("Mobile Number"),
|
label: __("Mobile Number"),
|
||||||
fieldname: "mobile_number",
|
fieldname: "mobile_number",
|
||||||
|
|||||||
Reference in New Issue
Block a user