mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
added job application
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user