fix(selling): handle None values while grouping opportunities by utm … (backport #55300) (#55328)

Co-authored-by: Pandiyan P <pandiyanpalani37@gmail.com>
fix(selling): handle None values while grouping opportunities by utm … (#55300)
This commit is contained in:
mergify[bot]
2026-05-27 07:17:24 +00:00
committed by GitHub
parent 9919b3d75c
commit 198970cdee

View File

@@ -102,6 +102,7 @@ def get_opp_by(by_field, from_date, to_date, company):
},
)
for x in opportunities
if x.get(by_field)
]
summary = {}