New Doctype - Student Leave Application
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py
index c338496..b494268 100644
--- a/erpnext/config/schools.py
+++ b/erpnext/config/schools.py
@@ -56,20 +56,15 @@
 			]
 		},
 		{
-			"label": _("Schedule"),
+			"label": _("Attendance"),
 			"items": [
 				{
 					"type": "doctype",
-					"name": "Course Schedule",
-					"route": "Calendar/Course Schedule"
-				},
-				{
-					"type": "doctype",
 					"name": "Student Attendance"
 				},
 				{
 					"type": "doctype",
-					"name": "Course Scheduling Tool"
+					"name": "Student Leave Application"
 				},
 				{
 					"type": "doctype",
@@ -84,6 +79,20 @@
 			]
 		},
 		{
+			"label": _("Schedule"),
+			"items": [
+				{
+					"type": "doctype",
+					"name": "Course Schedule",
+					"route": "Calendar/Course Schedule"
+				},
+				{
+					"type": "doctype",
+					"name": "Course Scheduling Tool"
+				}
+			]
+		},
+		{
 			"label": _("Assessment"),
 			"items": [
 				{