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 0ebd133eda
commit 71f9b7f675

View File

@@ -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",