From 0b84a6399bafe9392c39751d31d3289a3f3e51a8 Mon Sep 17 00:00:00 2001 From: Kenneth Sequeira Date: Wed, 7 Oct 2020 23:14:27 +0530 Subject: [PATCH] fix: remove default nationality as Indian --- .../web_form/student_applicant/student_applicant.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/education/web_form/student_applicant/student_applicant.json b/erpnext/education/web_form/student_applicant/student_applicant.json index 1810f07a05..2be564833a 100644 --- a/erpnext/education/web_form/student_applicant/student_applicant.json +++ b/erpnext/education/web_form/student_applicant/student_applicant.json @@ -8,6 +8,7 @@ "allow_print": 0, "amount": 0.0, "amount_based_on_field": 0, + "apply_document_permissions": 0, "creation": "2016-09-22 13:10:10.792735", "doc_type": "Student Applicant", "docstatus": 0, @@ -16,7 +17,7 @@ "is_standard": 1, "login_required": 1, "max_attachment_size": 0, - "modified": "2020-06-11 22:53:45.875310", + "modified": "2020-10-07 23:13:07.814941", "modified_by": "Administrator", "module": "Education", "name": "student-applicant", @@ -157,7 +158,7 @@ }, { "allow_read_on_all_link_options": 0, - "default": "INDIAN", + "default": "", "fieldname": "nationality", "fieldtype": "Data", "hidden": 0,