This commit is contained in:
Oliver 2018-05-04 01:04:12 +10:00
parent 9ad20e85e3
commit 347a324589
1 changed files with 1 additions and 1 deletions

View File

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