commit | bab55390f8b5c2d6674dc633b3278c3191b5d71d | [log] [tgz] |
---|---|---|
author | Jamsheer <jamsheer@earthianslive.com> | Mon Jul 23 16:50:06 2018 +0530 |
committer | Jamsheer <jamsheer@earthianslive.com> | Mon Sep 03 11:26:14 2018 +0530 |
tree | f9be9f3514544e007c7946369182406d7eeae2bd | |
parent | ba11972302ff8a37e8d5f088b1db3a3193042d24 [diff] |
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'] } ] }