diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 1643d0332e..e327a5067d 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -100,7 +100,7 @@ }); function selectedStock() { - return $("stock-table").bootstrapTable('getSelections'); + return $("#stock-table").bootstrapTable('getSelections'); } $("#multi-item-move").click(function() {