From bab55390f8b5c2d6674dc633b3278c3191b5d71d Mon Sep 17 00:00:00 2001 From: Jamsheer Date: Mon, 23 Jul 2018 16:50:06 +0530 Subject: [PATCH] Sales Invoice in Patient Dashboard --- erpnext/healthcare/doctype/patient/patient_dashboard.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/erpnext/healthcare/doctype/patient/patient_dashboard.py b/erpnext/healthcare/doctype/patient/patient_dashboard.py index 098497c39bf..46b10136a33 100644 --- a/erpnext/healthcare/doctype/patient/patient_dashboard.py +++ b/erpnext/healthcare/doctype/patient/patient_dashboard.py @@ -13,6 +13,10 @@ def get_data(): { 'label': _('Lab Tests and Vital Signs'), 'items': ['Lab Test', 'Sample Collection', 'Vital Signs'] + }, + { + 'label': _('Billing'), + 'items': ['Sales Invoice'] } ] }