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() {