From 44146e0cda9552966803194e858dbbca5e72b9b1 Mon Sep 17 00:00:00 2001 From: Zlash65 Date: Tue, 15 May 2018 15:21:00 +0530 Subject: [PATCH] remove duplicates --- erpnext/config/hr.py | 46 -------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 5da0fbc20c..cbda477d95 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -220,52 +220,6 @@ def get_data(): }, ] }, - { - "label": _("Employee Lifecycle"), - "items": [ - { - "type": "doctype", - "name": "Employee Transfer", - }, - { - "type": "doctype", - "name": "Employee Promotion", - }, - { - "type": "doctype", - "name": "Employee Lifecycle Activity", - }, - { - "type": "doctype", - "name": "Employee Lifecycle Activity Type", - }, - { - "type": "doctype", - "name": "Employee Lifecycle Process Template", - }, - { - "type": "doctype", - "name": "Employee Lifecycle Process", - } - ] - }, - { - "label": _("Recruitment"), - "items": [ - { - "type": "doctype", - "name": "Job Applicant", - }, - { - "type": "doctype", - "name": "Job Opening", - }, - { - "type": "doctype", - "name": "Job Offer", - }, - ] - }, { "label": _("Training"), "items": [