From 7339c722087c4f392a4fa256c827595c70786660 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 16 Jul 2019 13:19:13 +0530 Subject: [PATCH] Update item_dashboard.js --- erpnext/stock/dashboard/item_dashboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/dashboard/item_dashboard.js b/erpnext/stock/dashboard/item_dashboard.js index 9821f997e4..1bfa2cf56c 100644 --- a/erpnext/stock/dashboard/item_dashboard.js +++ b/erpnext/stock/dashboard/item_dashboard.js @@ -21,7 +21,7 @@ erpnext.stock.ItemDashboard = Class.extend({ }); this.content.on('click', '.btn-add', function() { - handle_move_add($(this), "Move") + handle_move_add($(this), "Add") }); function handle_move_add(element, action) { @@ -225,4 +225,4 @@ erpnext.stock.move_item = function(item, source, target, actual_qty, rate, callb frappe.set_route('Form', doc.doctype, doc.name); }) }); -} \ No newline at end of file +}