feat: move subject and sender fields to json

This commit is contained in:
Himanshu Warekar
2020-01-13 16:26:40 +05:30
parent e5692e035a
commit c9f497d7c0
10 changed files with 6 additions and 20 deletions

View File

@@ -96,7 +96,7 @@
"icon": "fa fa-user",
"idx": 1,
"links": [],
"modified": "2019-12-12 21:10:13.637336",
"modified": "2020-01-13 16:19:39.113330",
"modified_by": "Administrator",
"module": "HR",
"name": "Job Applicant",

View File

@@ -9,8 +9,6 @@ import frappe
from frappe import _
from frappe.utils import comma_and, validate_email_address
sender_field = "email_id"
class DuplicationError(frappe.ValidationError): pass
class JobApplicant(Document):