[fix] [minor] added subject in job communication

This commit is contained in:
Rushabh Mehta 2013-11-26 10:42:52 +05:30
parent 8d38027a6e
commit d3e7a6d57a

View File

@ -36,7 +36,7 @@ class JobsMailbox(POP3Mailbox):
mail.save_attachments_in_doc(applicant.doc)
make(content=mail.content, sender=mail.from_email,
make(content=mail.content, sender=mail.from_email, subject=mail.subject or "No Subject",
doctype="Job Applicant", name=applicant.doc.name, sent_or_received="Received")
def get_job_applications():