From 0ae6cbdd01dd155b8d5fefef9dd7ad9e17309ca5 Mon Sep 17 00:00:00 2001 From: Anurag Mishra Date: Thu, 13 Jun 2019 19:47:11 +0530 Subject: [PATCH] fix: requested Changes --- erpnext/hr/doctype/job_applicant/job_applicant_dashboard.py | 1 - erpnext/hr/doctype/payroll_period/payroll_period_dashboard.py | 1 - erpnext/hr/doctype/training_event/training_event_dashboard.py | 1 - erpnext/hr/doctype/vehicle/vehicle_dashboard.py | 2 -- 4 files changed, 5 deletions(-) diff --git a/erpnext/hr/doctype/job_applicant/job_applicant_dashboard.py b/erpnext/hr/doctype/job_applicant/job_applicant_dashboard.py index 2478a6395a..7f131151e1 100644 --- a/erpnext/hr/doctype/job_applicant/job_applicant_dashboard.py +++ b/erpnext/hr/doctype/job_applicant/job_applicant_dashboard.py @@ -6,7 +6,6 @@ def get_data(): 'fieldname': 'job_applicant', 'transactions': [ { - 'label': _('Employee'), 'items': ['Employee', 'Employee Onboarding'] }, { diff --git a/erpnext/hr/doctype/payroll_period/payroll_period_dashboard.py b/erpnext/hr/doctype/payroll_period/payroll_period_dashboard.py index d524861e4b..4e9c7c9e7c 100644 --- a/erpnext/hr/doctype/payroll_period/payroll_period_dashboard.py +++ b/erpnext/hr/doctype/payroll_period/payroll_period_dashboard.py @@ -6,7 +6,6 @@ def get_data(): 'fieldname': 'payroll_period', 'transactions': [ { - 'label': _('Employee Tax Exemption'), 'items': ['Employee Tax Exemption Proof Submission', 'Employee Tax Exemption Declaration'] }, ], diff --git a/erpnext/hr/doctype/training_event/training_event_dashboard.py b/erpnext/hr/doctype/training_event/training_event_dashboard.py index 663832d45f..1c1645c766 100644 --- a/erpnext/hr/doctype/training_event/training_event_dashboard.py +++ b/erpnext/hr/doctype/training_event/training_event_dashboard.py @@ -6,7 +6,6 @@ def get_data(): 'fieldname': 'training_event', 'transactions': [ { - 'label': _('Result And Feedback'), 'items': ['Training Result', 'Training Feedback'] }, ], diff --git a/erpnext/hr/doctype/vehicle/vehicle_dashboard.py b/erpnext/hr/doctype/vehicle/vehicle_dashboard.py index 00f1baf859..761c70182b 100644 --- a/erpnext/hr/doctype/vehicle/vehicle_dashboard.py +++ b/erpnext/hr/doctype/vehicle/vehicle_dashboard.py @@ -11,11 +11,9 @@ def get_data(): }, 'transactions': [ { - 'label': _('Logs'), 'items': ['Vehicle Log'] }, { - 'label': _('Trip'), 'items': ['Delivery Trip'] } ]