Added new fixtures (Fixes #1540). Removed Employee Grade from HR.

This commit is contained in:
Anand Doshi
2014-05-02 13:54:49 +05:30
parent 4ceb20e07f
commit f29bcaf436
24 changed files with 1583 additions and 1621 deletions

View File

@@ -150,6 +150,11 @@ data = [
"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 @@ data = [
},
]
},
]
]