From 3020c8086c3afdd561d568c71576330ba247a330 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 18 Jul 2017 11:17:32 +0530 Subject: [PATCH] Update stock_balance.py --- erpnext/stock/report/stock_balance/stock_balance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/report/stock_balance/stock_balance.py b/erpnext/stock/report/stock_balance/stock_balance.py index 2ff7cf2d6e..c3e3cc5b17 100644 --- a/erpnext/stock/report/stock_balance/stock_balance.py +++ b/erpnext/stock/report/stock_balance/stock_balance.py @@ -61,7 +61,7 @@ def get_columns(): _("Balance Qty")+":Float:100", _("Balance Value")+":Float:100", _("Valuation Rate")+":Float:90", - _("Reorder Lvl")+":Float:80", + _("Reorder Level")+":Float:80", _("Reorder Qty")+":Float:80", _("Company")+":Link/Company:100" ]