From 347a32458917ba4e0dd02df0e2dd009104cf4925 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 4 May 2018 01:04:12 +1000 Subject: [PATCH] Fix --- InvenTree/stock/templates/stock/location.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {