Sales Invoice in Patient Dashboard
diff --git a/erpnext/healthcare/doctype/patient/patient_dashboard.py b/erpnext/healthcare/doctype/patient/patient_dashboard.py
index 098497c..46b1013 100644
--- a/erpnext/healthcare/doctype/patient/patient_dashboard.py
+++ b/erpnext/healthcare/doctype/patient/patient_dashboard.py
@@ -13,6 +13,10 @@
 			{
 				'label': _('Lab Tests and Vital Signs'),
  				'items': ['Lab Test', 'Sample Collection', 'Vital Signs']
+			},
+			{
+				'label': _('Billing'),
+				'items': ['Sales Invoice']
 			}
 		]
 	}