Added school setting
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py
index 7e97602..b498f50 100644
--- a/erpnext/config/schools.py
+++ b/erpnext/config/schools.py
@@ -205,6 +205,10 @@
 				{
 					"type": "doctype",
 					"name": "Academic Year"
+				},
+				{
+					"type": "doctype",
+					"name": "School Settings"
 				}
 			]
 		},