mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
fix: Lead to customer creation (#33859)
fix: Lead to customer creation (#33859)
(cherry picked from commit faecf3ee40)
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
This commit is contained in:
@@ -285,6 +285,7 @@ def _make_customer(source_name, target_doc=None, ignore_permissions=False):
|
|||||||
"contact_no": "phone_1",
|
"contact_no": "phone_1",
|
||||||
"fax": "fax_1",
|
"fax": "fax_1",
|
||||||
},
|
},
|
||||||
|
"field_no_map": ["disabled"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
target_doc,
|
target_doc,
|
||||||
|
|||||||
Reference in New Issue
Block a user