mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
@@ -126,6 +126,11 @@ def get_data():
|
|||||||
"link": "Tree/Sales Person",
|
"link": "Tree/Sales Person",
|
||||||
"description": _("Manage Sales Person Tree."),
|
"description": _("Manage Sales Person Tree."),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Lead Source",
|
||||||
|
"description": _("Track Leads by Lead Source.")
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -173,6 +173,11 @@ def get_data():
|
|||||||
"name": "Industry Type",
|
"name": "Industry Type",
|
||||||
"description": _("Track Leads by Industry Type.")
|
"description": _("Track Leads by Industry Type.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Lead Source",
|
||||||
|
"description": _("Track Leads by Lead Source.")
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user