job application fixed
This commit is contained in:
parent
8c84fca182
commit
96bc31db27
@ -4,14 +4,7 @@
|
|||||||
# For license information, please see license.txt
|
# For license information, please see license.txt
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
from frappe.utils import extract_email_id
|
|
||||||
|
|
||||||
class JobApplicant(Document):
|
class JobApplicant(Document):
|
||||||
def validate(self):
|
pass
|
||||||
self.set_status()
|
|
||||||
|
|
||||||
def set_sender(self, sender):
|
|
||||||
"""Will be called by **Communication** when a Job Application is created from an incoming email."""
|
|
||||||
self.email_id = sender
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user