commit | 1a0b27ee7bf61114beaa8498dbc8bcbe4983f4e4 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Jan 16 12:36:07 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Jan 16 12:36:07 2013 +0530 |
tree | af05c18913766b25b2fe866dfb072b93c6618ffa | |
parent | 8d3fe553e578ca4dff1600e90d8570deaffeb461 [diff] |
added automatic lead creation for sales email id
diff --git a/startup/schedule_handlers.py b/startup/schedule_handlers.py index b1ce183..c710c54 100644 --- a/startup/schedule_handlers.py +++ b/startup/schedule_handlers.py
@@ -33,7 +33,7 @@ run_fn(get_job_applications) 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 run_fn(flush)