Added assessment result tool
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index 38a5846..029ef74 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -229,15 +229,6 @@
 			"type": "list"
 		},
 		{
-			"module_name": "Assessment Plan",
-			"color": "#8a70be",
-			"icon": "fa fa-file-text-alt",
-			"label": _("Assessment Plan"),
-			"link": "List/Assessment Plan",
-			"_doctype": "Assessment Plan",
-			"type": "list"
-		},
-		{
 			"module_name": "Fees",
 			"color": "#83C21E",
 			"icon": "fa fa-money",
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py
index cac6cfa..903f54b 100644
--- a/erpnext/config/schools.py
+++ b/erpnext/config/schools.py
@@ -129,6 +129,10 @@
 				{
 					"type": "doctype",
 					"name": "Evaluation Criteria"
+				},
+				{
+					"type": "doctype",
+					"name": "Assessment Result Tool"
 				}
 			]
 		},