This commit is contained in:
Harsh Patel 2018-03-08 16:23:59 +05:30 committed by Nabin Hait
parent acd3479269
commit 22e6f8d4c2
2 changed files with 10 additions and 0 deletions

View File

@ -126,6 +126,11 @@ def get_data():
"link": "Tree/Sales Person",
"description": _("Manage Sales Person Tree."),
},
{
"type": "doctype",
"name": "Lead Source",
"description": _("Track Leads by Lead Source.")
},
]
},
{

View File

@ -173,6 +173,11 @@ def get_data():
"name": "Industry Type",
"description": _("Track Leads by Industry Type.")
},
{
"type": "doctype",
"name": "Lead Source",
"description": _("Track Leads by Lead Source.")
},
]
},
{