commit | 2fa227314e90ae978426d4fc3c3e3ec826b2c9be | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Nov 01 15:23:10 2016 +0530 |
committer | GitHub <noreply@github.com> | Tue Nov 01 15:23:10 2016 +0530 |
tree | d7df72a4eaf1e21e636a7d90ccb6e04d96180970 | |
parent | f4068fd6f1329773fac50189135da219dede96c2 [diff] | |
parent | 283b8c98f828932ba5036dd42777acad9b029131 [diff] |
Merge pull request #6782 from KanchanChauhan/customerreport-from-crm [Fix] Customer Addresses and Contacts report fixed for CRM module
diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py index e25493c..6f39050 100644 --- a/erpnext/config/crm.py +++ b/erpnext/config/crm.py
@@ -53,7 +53,7 @@ { "type": "report", "is_query_report": True, - "name": "Customer Addresses and Contacts", + "name": "Customer Addresses And Contacts", "doctype": "Contact" }, {