commit | 283b8c98f828932ba5036dd42777acad9b029131 | [log] [tgz] |
---|---|---|
author | Kanchan Chauhan <angel143.dr@gmail.com> | Tue Nov 01 13:05:11 2016 +0530 |
committer | Kanchan Chauhan <angel143.dr@gmail.com> | Tue Nov 01 14:38:06 2016 +0530 |
tree | 9f096559718f9263001b27419dbf6006a2aedf02 | |
parent | d08ced14cad6a0b0ce2515ff657ccdfc7e3f2238 [diff] |
[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" }, {