typo fix in leaderboard

This commit is contained in:
Zlash65 2018-04-22 12:11:01 +05:30
parent c36524ec54
commit fa5ecb066e

View File

@ -24,7 +24,7 @@ frappe.Leaderboard = Class.extend({
"Item": ["total_sales_amount", "total_qty_sold", "total_purchase_amount", "Item": ["total_sales_amount", "total_qty_sold", "total_purchase_amount",
"total_qty_purchased", "available_stock_qty", "available_stock_value"], "total_qty_purchased", "available_stock_qty", "available_stock_value"],
"Supplier": ["total_purchase_amount", "total_qty_purchased", "outstanding_amount"], "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"], "Sales Person": ["total_sales_amount"],
}; };