From 60ca1c2e876289a59b66eb03a255323c1f32a9bf Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 14 May 2015 12:32:08 +0530 Subject: [PATCH] Customer Addresses And Contacts report --- erpnext/config/selling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index 8aa86954e30..91c44d0f3d9 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py @@ -202,7 +202,7 @@ def get_data(): { "type": "report", "is_query_report": True, - "name": "Customer Addresses and Contacts", + "name": "Customer Addresses And Contacts", "doctype": "Contact" }, {