Update item_dashboard.js

This commit is contained in:
Shivam Mishra
2019-07-16 13:19:13 +05:30
committed by GitHub
parent 5738c93b8f
commit 7339c72208

View File

@@ -21,7 +21,7 @@ erpnext.stock.ItemDashboard = Class.extend({
}); });
this.content.on('click', '.btn-add', function() { this.content.on('click', '.btn-add', function() {
handle_move_add($(this), "Move") handle_move_add($(this), "Add")
}); });
function handle_move_add(element, action) { function handle_move_add(element, action) {