mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix
This commit is contained in:
parent
9ad20e85e3
commit
347a324589
@ -100,7 +100,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
function selectedStock() {
|
function selectedStock() {
|
||||||
return $("stock-table").bootstrapTable('getSelections');
|
return $("#stock-table").bootstrapTable('getSelections');
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#multi-item-move").click(function() {
|
$("#multi-item-move").click(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user