Merge pull request #13755 from Zlash65/typo

[Minor] Typo fix in Leaderboard
This commit is contained in:
Manas Solanki 2018-04-23 11:09:18 +05:30 committed by GitHub
commit aa6576c0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ frappe.Leaderboard = Class.extend({
"Item": ["total_sales_amount", "total_qty_sold", "total_purchase_amount",
"total_qty_purchased", "available_stock_qty", "available_stock_value"],
"Supplier": ["total_purchase_amount", "total_qty_purchased", "outstanding_amount"],
"Sales Partner": ["total_sales_amount", "total_commision"],
"Sales Partner": ["total_sales_amount", "total_commission"],
"Sales Person": ["total_sales_amount"],
};