mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
fix: add contract to CRM module (#18817)
This commit is contained in:
@@ -41,6 +41,11 @@ def get_data():
|
|||||||
"name": "Lead Source",
|
"name": "Lead Source",
|
||||||
"description": _("Track Leads by Lead Source.")
|
"description": _("Track Leads by Lead Source.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Contract",
|
||||||
|
"description": _("Helps you keep tracks of Contracts based on Supplier, Customer and Employee"),
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user