mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 09:24:45 +00:00
fix(selling): handle None values while grouping opportunities by utm … (#55300)
This commit is contained in:
@@ -102,6 +102,7 @@ def get_opp_by(by_field, from_date, to_date, company):
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
for x in opportunities
|
for x in opportunities
|
||||||
|
if x.get(by_field)
|
||||||
]
|
]
|
||||||
|
|
||||||
summary = {}
|
summary = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user