mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
fix: total allocated percentage for sales team issue
(cherry picked from commit b498094a97)
This commit is contained in:
@@ -370,6 +370,7 @@ def _make_sales_order(source_name, target_doc=None, customer_group=None, ignore_
|
||||
)
|
||||
|
||||
# sales team
|
||||
if not target.get("sales_team"):
|
||||
for d in customer.get("sales_team") or []:
|
||||
target.append(
|
||||
"sales_team",
|
||||
|
||||
Reference in New Issue
Block a user