commit | 067d3c0c09ce368f312b6f86b66c2c44dc349e6b | [log] [tgz] |
---|---|---|
author | Prasad Ramesh <progressive.prasad@gmail.com> | Thu May 16 10:18:02 2019 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 16 10:18:02 2019 +0530 |
tree | c044430a35550b3a62d56a4170e7d88add30137b | |
parent | 0ae1c293d3d4d217d9fbcdd3457d8079ca35443a [diff] |
fix: made Sales Partner Comission report visible in Selling module (#17602)
diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index 63e7ad9..9209ca9 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py
@@ -299,6 +299,12 @@ "name": "Customers Without Any Sales Transactions", "doctype": "Customer" }, + { + "type": "report", + "is_query_report": True, + "name": "Sales Partners Commission", + "doctype": "Customer" + } ] }, {