From a3f2a4702058cbd0a67f3dbe87965c01ef16864d Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Wed, 26 Oct 2016 12:24:27 +0530 Subject: [PATCH] Allow rename of student doctype --- erpnext/schools/doctype/student/student.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/schools/doctype/student/student.json b/erpnext/schools/doctype/student/student.json index c4b8667f40..d188db316e 100644 --- a/erpnext/schools/doctype/student/student.json +++ b/erpnext/schools/doctype/student/student.json @@ -1,7 +1,7 @@ { "allow_copy": 0, "allow_import": 1, - "allow_rename": 0, + "allow_rename": 1, "autoname": "naming_series:", "beta": 0, "creation": "2015-09-07 13:00:55.938280", @@ -10,6 +10,7 @@ "doctype": "DocType", "document_type": "Document", "editable_grid": 0, + "engine": "InnoDB", "fields": [ { "allow_on_submit": 0, @@ -762,7 +763,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2016-10-07 15:36:39.936505", + "modified": "2016-10-26 12:24:10.533118", "modified_by": "Administrator", "module": "Schools", "name": "Student",