Skip to content

Commit

Permalink
Merge 247d50e into 34c551d
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Jul 3, 2019
2 parents 34c551d + 247d50e commit effd199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/crm/doctype/utils.py
Expand Up @@ -87,7 +87,7 @@ def get_employee_emails_for_popup(communication_medium):
'parent': communication_medium,
'from_time': ['<=', now_time],
'to_time': ['>=', now_time],
}, fields=['employee_group'], debug=1)
}, fields=['employee_group'])

available_employee_groups = tuple([emp.employee_group for emp in available_employee_groups])

Expand Down

0 comments on commit effd199

Please sign in to comment.