added job application

This commit is contained in:
Rushabh Mehta
2013-01-15 17:23:23 +05:30
parent 0e7751b9fe
commit 3169ef0691
10 changed files with 208 additions and 12 deletions

View File

@@ -28,6 +28,9 @@ def execute_all():
# pull emails
from support.doctype.support_ticket.get_support_mails import get_support_mails
run_fn(get_support_mails)
from hr.doctype.job_applicant.get_job_applications import get_job_applications
run_fn(get_job_applications)
# bulk email
from webnotes.utils.email_lib.bulk import flush