diff --git a/erpnext/hr/doctype/employee_referral/employee_referral.json b/erpnext/hr/doctype/employee_referral/employee_referral.json index bfd404b435..3ae73a9e4d 100644 --- a/erpnext/hr/doctype/employee_referral/employee_referral.json +++ b/erpnext/hr/doctype/employee_referral/employee_referral.json @@ -9,16 +9,18 @@ "first_name", "last_name", "full_name", - "email", - "contact_no", - "resume", - "resume_link", "column_break_6", "date", "status", "for_designation", + "referral_details_section", + "email", + "contact_no", + "resume_link", + "column_break_12", "current_employer", "current_job_title", + "resume", "referrer_details_section", "referrer", "referrer_name", @@ -189,12 +191,21 @@ "label": "Referral Bonus Payment Status", "options": "\nUnpaid\nPaid", "read_only": 1 + }, + { + "fieldname": "referral_details_section", + "fieldtype": "Section Break", + "label": "Referral Details" + }, + { + "fieldname": "column_break_12", + "fieldtype": "Column Break" } ], "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2021-04-26 21:21:38.094086", + "modified": "2021-05-04 17:03:26.134560", "modified_by": "Administrator", "module": "HR", "name": "Employee Referral",