[fix] [minor] added subject in job communication
This commit is contained in:
parent
8d38027a6e
commit
d3e7a6d57a
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user