From 2757d8ef03692968e932b3f9d2489dc46e2bd84c Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 10 Oct 2016 16:46:10 +0530 Subject: [PATCH] [minor] [perm] allow owner to read student applicant --- .../student_applicant/student_applicant.json | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/erpnext/schools/doctype/student_applicant/student_applicant.json b/erpnext/schools/doctype/student_applicant/student_applicant.json index d691c4b7c7..e60a54ec37 100644 --- a/erpnext/schools/doctype/student_applicant/student_applicant.json +++ b/erpnext/schools/doctype/student_applicant/student_applicant.json @@ -6,10 +6,12 @@ "beta": 0, "creation": "2015-09-11 11:50:09.740807", "custom": 0, + "default_print_format": "", "docstatus": 0, "doctype": "DocType", "document_type": "Document", "editable_grid": 0, + "engine": "InnoDB", "fields": [ { "allow_on_submit": 0, @@ -918,7 +920,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2016-10-05 12:34:54.897029", + "modified": "2016-10-10 06:19:19.319038", "modified_by": "Administrator", "module": "Schools", "name": "Student Applicant", @@ -945,6 +947,27 @@ "share": 1, "submit": 1, "write": 1 + }, + { + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 1, + "export": 0, + "if_owner": 1, + "import": 0, + "is_custom": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 0, + "role": "Guest", + "set_user_permissions": 0, + "share": 0, + "submit": 0, + "write": 0 } ], "quick_entry": 1,