Fix
This commit is contained in:
parent
9ad20e85e3
commit
347a324589
|
|
@ -100,7 +100,7 @@
|
|||
});
|
||||
|
||||
function selectedStock() {
|
||||
return $("stock-table").bootstrapTable('getSelections');
|
||||
return $("#stock-table").bootstrapTable('getSelections');
|
||||
}
|
||||
|
||||
$("#multi-item-move").click(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue