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