From 8e92250798cdf34eb6f42602649dacec95ffa4d5 Mon Sep 17 00:00:00 2001 From: CH Date: Thu, 6 Apr 2017 20:03:36 +0200 Subject: [PATCH] Correction of issue #8354 --- erpnext/stock/dashboard/item_dashboard_list.html | 4 ++-- erpnext/stock/page/stock_balance/stock_balance.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/stock/dashboard/item_dashboard_list.html b/erpnext/stock/dashboard/item_dashboard_list.html index c1792a9b96a..63f248043c3 100644 --- a/erpnext/stock/dashboard/item_dashboard_list.html +++ b/erpnext/stock/dashboard/item_dashboard_list.html @@ -22,7 +22,7 @@ - + {{ d.actual_qty }} {{ (d.pending_qty > 0) ? ("(" + d.pending_qty+ ")") : "" }} @@ -54,4 +54,4 @@ -{% endfor %} \ No newline at end of file +{% endfor %} diff --git a/erpnext/stock/page/stock_balance/stock_balance.js b/erpnext/stock/page/stock_balance/stock_balance.js index 3cf93fa4eab..16a85fa9226 100644 --- a/erpnext/stock/page/stock_balance/stock_balance.js +++ b/erpnext/stock/page/stock_balance/stock_balance.js @@ -48,7 +48,7 @@ frappe.pages['stock-balance'].on_page_load = function(wrapper) { {fieldname: 'projected_qty', label: __('Projected qty')}, {fieldname: 'reserved_qty', label: __('Reserved for sale')}, {fieldname: 'reserved_qty_for_production', label: __('Reserved for manufacturing')}, - {fieldname: 'actual_qty', label: __('Acutal qty in stock')}, + {fieldname: 'actual_qty', label: __('Actual qty in stock')}, ] }, change: function(sort_by, sort_order) { @@ -93,4 +93,4 @@ frappe.pages['stock-balance'].on_page_load = function(wrapper) { }); -} \ No newline at end of file +}