commit | 2682278ad95fe4732557816a7c9380bc76f71444 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu May 07 14:59:45 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu May 07 14:59:45 2015 +0530 |
tree | 48f4ee9143766abd45e62d7d7871d70144862f42 | |
parent | 66fa1ff8784d6fe9174cd6639a32d83d022e1da4 [diff] | |
parent | d1c413a668d644a2af02a054854d5d56525e92c7 [diff] |
Merge pull request #3221 from neilLasrado/hr employee removed from HR setup
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 608e1bb..2e60061 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py
@@ -91,11 +91,6 @@ }, { "type": "doctype", - "name": "Employee", - "description": _("Employee master.") - }, - { - "type": "doctype", "name": "Employment Type", "description": _("Types of employment (permanent, contract, intern etc.).") },