2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00
This commit is contained in:
Oliver 2018-05-04 01:04:12 +10:00
parent 9ad20e85e3
commit 347a324589

View File

@ -100,7 +100,7 @@
});
function selectedStock() {
return $("stock-table").bootstrapTable('getSelections');
return $("#stock-table").bootstrapTable('getSelections');
}
$("#multi-item-move").click(function() {