mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
Co-authored-by: Pandiyan P <pandiyanpalani37@gmail.com> 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
|
||||
if x.get(by_field)
|
||||
]
|
||||
|
||||
summary = {}
|
||||
|
||||
Reference in New Issue
Block a user