mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Fixes for customer / supplier renaming
This commit is contained in:
@@ -52,11 +52,7 @@ def make_maintenance_visit(source_name, target_doc=None):
|
||||
target_doc = get_mapped_doc("Customer Issue", source_name, {
|
||||
"Customer Issue": {
|
||||
"doctype": "Maintenance Visit",
|
||||
"field_map": {
|
||||
"complaint": "description",
|
||||
"doctype": "prevdoc_doctype",
|
||||
"name": "prevdoc_docname"
|
||||
}
|
||||
"field_map": {}
|
||||
}
|
||||
}, target_doc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user