mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
fix: Spacing after commas
This commit is contained in:
@@ -276,8 +276,7 @@ def make_opportunity(source_name, target_doc=None):
|
|||||||
"name": "party_name",
|
"name": "party_name",
|
||||||
"doctype": "opportunity_from",
|
"doctype": "opportunity_from",
|
||||||
}
|
}
|
||||||
}}, target_doc, set_missing_values
|
}}, target_doc, set_missing_values)
|
||||||
)
|
|
||||||
|
|
||||||
return target_doc
|
return target_doc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user