From cfec328c7490b12ec55a90cfb35edf0f1a360636 Mon Sep 17 00:00:00 2001 From: mbhavesh95863 <41165270+mbhavesh95863@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:17:19 +0530 Subject: [PATCH] Same report 2 times in list --- erpnext/config/selling.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index 844710d47c5..928bd5fa328 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py @@ -304,12 +304,6 @@ def get_data(): "name": "Customers Without Any Sales Transactions", "doctype": "Customer" }, - { - "type": "report", - "is_query_report": True, - "name": "Sales Partners Commission", - "doctype": "Customer" - }, { "type": "report", "is_query_report": True,