mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
[fix] [minor] added subject in job communication
This commit is contained in:
@@ -36,7 +36,7 @@ class JobsMailbox(POP3Mailbox):
|
|||||||
|
|
||||||
mail.save_attachments_in_doc(applicant.doc)
|
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")
|
doctype="Job Applicant", name=applicant.doc.name, sent_or_received="Received")
|
||||||
|
|
||||||
def get_job_applications():
|
def get_job_applications():
|
||||||
|
|||||||
Reference in New Issue
Block a user