mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
fix: remove self
This commit is contained in:
@@ -1634,7 +1634,7 @@ def make_inter_company_transaction(doctype, source_name, target_doc=None):
|
||||
}
|
||||
}
|
||||
|
||||
if self.doctype in ["Sales Invoice", "Sales Order"]:
|
||||
if doctype in ["Sales Invoice", "Sales Order"]:
|
||||
item_field_map["field_map"].update({
|
||||
"name": target_detail_field
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user