fix: email on job creation
This commit is contained in:
5
school/job/notification/new_job_alert/new_job_alert.py
Normal file
5
school/job/notification/new_job_alert/new_job_alert.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
def get_context(context):
|
||||
# do your magic here
|
||||
pass
|
||||
Reference in New Issue
Block a user