[new] Modified Doctypes for list view
diff --git a/erpnext/config/non_profit.py b/erpnext/config/non_profit.py
index ff4ff24..9c85ff6 100644
--- a/erpnext/config/non_profit.py
+++ b/erpnext/config/non_profit.py
@@ -78,25 +78,5 @@
 					"description": _("Grant information."),
 				}
 			]
-		},
-		{
-			"label": _("Event"),
-			"items": [
-				{
-					"type": "doctype",
-					"name": "Member",
-					"description": _("Member information."),
-				}
-			]
-		},
-		{
-			"label": _("Setup Meeting"),
-			"items": [
-				{
-					"type": "doctype",
-					"name": "Member",
-					"description": _("Member information."),
-				}
-			]
-		},
+		}
 	]