From 0640b4794eccc8cbf6321b65b118ad44a2977adb Mon Sep 17 00:00:00 2001 From: Jamsheer Date: Wed, 8 Aug 2018 13:12:07 +0530 Subject: [PATCH] Healthcare Practitioner - dashboard - updated --- .../healthcare_practitioner_dashboard.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erpnext/healthcare/doctype/healthcare_practitioner/healthcare_practitioner_dashboard.py b/erpnext/healthcare/doctype/healthcare_practitioner/healthcare_practitioner_dashboard.py index 3c01ab02d8..635464edd9 100644 --- a/erpnext/healthcare/doctype/healthcare_practitioner/healthcare_practitioner_dashboard.py +++ b/erpnext/healthcare/doctype/healthcare_practitioner/healthcare_practitioner_dashboard.py @@ -9,10 +9,6 @@ def get_data(): { 'label': _('Appointments and Patient Encounters'), 'items': ['Patient Appointment', 'Patient Encounter'] - }, - { - 'label': _('Lab Tests'), - 'items': ['Lab Test'] } ] }