From fa5ecb066e1ce4f2d9db60668868f5e96bb94e4f Mon Sep 17 00:00:00 2001 From: Zlash65 Date: Sun, 22 Apr 2018 12:11:01 +0530 Subject: [PATCH] typo fix in leaderboard --- erpnext/utilities/page/leaderboard/leaderboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/utilities/page/leaderboard/leaderboard.js b/erpnext/utilities/page/leaderboard/leaderboard.js index 746ac79488..1a9efd587b 100644 --- a/erpnext/utilities/page/leaderboard/leaderboard.js +++ b/erpnext/utilities/page/leaderboard/leaderboard.js @@ -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"], };