From aa493a25f86584e4fc111c27d0d129174d292c79 Mon Sep 17 00:00:00 2001 From: Prasad Ramesh Date: Wed, 15 May 2019 07:43:39 +0530 Subject: [PATCH] fix: made Sales Partner Comission report visible in Selling module (#17604) --- erpnext/config/selling.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index 99b8ce0e5ec..8021a2196c1 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py @@ -291,6 +291,12 @@ def get_data(): "name": "Customers Without Any Sales Transactions", "doctype": "Customer" }, + { + "type": "report", + "is_query_report": True, + "name": "Sales Partners Commission", + "doctype": "Customer" + } ] }, {