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" + } ] }, {