fix: total allocated percentage for sales team issue

(cherry picked from commit b498094a97)
This commit is contained in:
ruthra kumar
2024-01-09 12:40:41 +05:30
committed by Mergify
parent ec7a60bd02
commit 756c062733

View File

@@ -370,6 +370,7 @@ def _make_sales_order(source_name, target_doc=None, customer_group=None, ignore_
) )
# 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",