From 22e6f8d4c29829015cc5add1217b09cdd7724182 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Thu, 8 Mar 2018 16:23:59 +0530 Subject: [PATCH] Fixes for #13071 (#13234) --- erpnext/config/crm.py | 5 +++++ erpnext/config/selling.py | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py index e51275c260f..dd67005ecf6 100644 --- a/erpnext/config/crm.py +++ b/erpnext/config/crm.py @@ -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.") + }, ] }, { diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index fef902e32d1..b48cafc99ab 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py @@ -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.") + }, ] }, {