Added new fixtures (Fixes #1540). Removed Employee Grade from HR.
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py
index 6739893..d944b94 100644
--- a/erpnext/config/hr.py
+++ b/erpnext/config/hr.py
@@ -104,11 +104,6 @@
},
{
"type": "doctype",
- "name": "Grade",
- "description": _("Employee grade.")
- },
- {
- "type": "doctype",
"name": "Designation",
"description": _("Employee designation (e.g. CEO, Director etc.).")
},
@@ -199,4 +194,4 @@
},
]
},
-]
\ No newline at end of file
+]
diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py
index 65cec9e..04e6244 100644
--- a/erpnext/config/selling.py
+++ b/erpnext/config/selling.py
@@ -150,6 +150,11 @@
"name": "Sales Email Settings",
"description": _("Setup incoming server for sales email id. (e.g. sales@example.com)")
},
+ {
+ "type": "doctype",
+ "name": "Industry Type",
+ "description": _("Track Leads by Industry Type.")
+ },
]
},
{
@@ -257,4 +262,4 @@
},
]
},
-]
\ No newline at end of file
+]