mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +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({
|
item_field_map["field_map"].update({
|
||||||
"name": target_detail_field
|
"name": target_detail_field
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user