diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index 448c199ce3..29c2d78e88 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -181,6 +181,11 @@ sortable: true, search: true, method: 'get', + queryParams: function(p) { + return { + item: {{ item.pk }}, + } + }, columns: [ { field: 'date',