added automatic lead creation for sales email id
This commit is contained in:
parent
8d3fe553e5
commit
1a0b27ee7b
@ -33,7 +33,7 @@ def execute_all():
|
|||||||
run_fn(get_job_applications)
|
run_fn(get_job_applications)
|
||||||
|
|
||||||
from selling.doctype.lead.get_leads import get_leads
|
from selling.doctype.lead.get_leads import get_leads
|
||||||
run_fn(get_job_applications)
|
run_fn(get_leads)
|
||||||
|
|
||||||
from webnotes.utils.email_lib.bulk import flush
|
from webnotes.utils.email_lib.bulk import flush
|
||||||
run_fn(flush)
|
run_fn(flush)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user