Update item_dashboard.js
This commit is contained in:
parent
5738c93b8f
commit
7339c72208
@ -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);
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user