mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
Merge pull request #50510 from ljain112/fix-supplier-quick-entry
This commit is contained in:
@@ -44,13 +44,13 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm
|
||||
label: __("First Name"),
|
||||
fieldname: "map_to_first_name",
|
||||
fieldtype: "Data",
|
||||
depends_on: "eval:doc.customer_type=='Company'",
|
||||
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'",
|
||||
depends_on: "eval:doc.customer_type=='Company' || doc.supplier_type=='Company'",
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user