Minor fixed for Schools
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py
index ee1a8cb..ad4372b 100644
--- a/erpnext/config/schools.py
+++ b/erpnext/config/schools.py
@@ -13,10 +13,24 @@
 				},
 				{
 					"type": "doctype",
+					"name": "Student Batch"
+				},
+				{
+					"type": "doctype",
 					"name": "Student Group"
 				},
 				{
 					"type": "doctype",
+					"name": "Student Group Creation Tool"
+				}
+			]
+		},
+		{
+			"label": _("Admission"),
+			"items": [
+
+				{
+					"type": "doctype",
 					"name": "Student Applicant"
 				},
 				{
@@ -26,10 +40,6 @@
 				{
 					"type": "doctype",
 					"name": "Program Enrollment Tool"
-				},
-				{
-					"type": "doctype",
-					"name": "Student Group Creation Tool"
 				}
 			]
 		},
@@ -47,11 +57,11 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Scheduling Tool"
+					"name": "Examination"
 				},
 				{
 					"type": "doctype",
-					"name": "Examination"
+					"name": "Scheduling Tool"
 				}
 			]
 		},
@@ -79,6 +89,23 @@
 			]
 		},
 		{
+			"label": _("LMS"),
+			"items": [
+				{
+					"type": "doctype",
+					"name": "Announcement"
+				},
+				{
+					"type": "doctype",
+					"name": "Topic"
+				},
+				{
+					"type": "doctype",
+					"name": "Discussion"
+				}
+			]
+		},
+		{
 			"label": _("Setup"),
 			"items": [
 				{