commit | 56d03a456b44890602ddd00130107893f6f223e1 | [log] [tgz] |
---|---|---|
author | Harshit <46772424+harshit-30@users.noreply.github.com> | Fri Aug 23 11:34:25 2019 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Aug 23 11:34:25 2019 +0530 |
tree | 8599559af4c88cc08032471af779243406f3862c | |
parent | 680e098b872f51c9c2b1e899b5548c492b8d7873 [diff] |
fix: add contract to CRM module (#18817)
diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py index 70784f3..eba6c7a 100644 --- a/erpnext/config/crm.py +++ b/erpnext/config/crm.py
@@ -41,6 +41,11 @@ "name": "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"), + }, ] }, {