fix: Return employee_emails instead of employee (#19085)
fix: Return employee_emails instead of employee
This commit is contained in:
commit
f9069a9873
@ -60,7 +60,7 @@ def get_employees_with_number(number):
|
|||||||
employee_emails = [employee.user_id for employee in employees]
|
employee_emails = [employee.user_id for employee in employees]
|
||||||
frappe.cache().hset('employees_with_number', number, employee_emails)
|
frappe.cache().hset('employees_with_number', number, employee_emails)
|
||||||
|
|
||||||
return employee
|
return employee_emails
|
||||||
|
|
||||||
def set_caller_information(doc, state):
|
def set_caller_information(doc, state):
|
||||||
'''Called from hooks on creation of Lead or Contact'''
|
'''Called from hooks on creation of Lead or Contact'''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user