Show Communication in CRM
diff --git a/erpnext/startup/notifications.py b/erpnext/startup/notifications.py
index d065370..c7e63f1 100644
--- a/erpnext/startup/notifications.py
+++ b/erpnext/startup/notifications.py
@@ -31,6 +31,6 @@
 			"BOM": {"docstatus": 0},
 			"Timesheet": {"docstatus": 0},
 			"Time Log": {"status": "Draft"},
-			"Time Log Batch": {"status": "Draft"},
+			"Time Log Batch": {"status": "Draft"}
 		}
 	}