diff --git a/erpnext/stock/dashboard/item_dashboard.js b/erpnext/stock/dashboard/item_dashboard.js index 9821f997e46..1bfa2cf56c6 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 +}