[fix] dashboard for customer, supplier
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 9fc0175..fe4d0b6 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -135,8 +135,9 @@
 	},
 
 	# bubble transaction notification on master
-	('Opportunity', 'Quotation', 'Sales Order', 'Sales Invoice', 'Supplier Quotation',
-		'Purchase Order', 'Purchase Invoice', 'Project', 'Issue'): {
+	('Opportunity', 'Quotation', 'Sales Order', 'Delivery Note', 'Sales Invoice',
+		'Supplier Quotation', 'Purchase Order', 'Purchase Receipt',
+		'Purchase Invoice', 'Project', 'Issue'): {
 			'on_change': 'erpnext.accounts.party_status.notify_status'
 		}
 }