diff --git a/InvenTree/static/script/inventree/stock.js b/InvenTree/static/script/inventree/stock.js index eeae749461..5794333ae8 100644 --- a/InvenTree/static/script/inventree/stock.js +++ b/InvenTree/static/script/inventree/stock.js @@ -384,6 +384,9 @@ function loadStockTable(table, options) { pagination: true, pageSize: 25, rememberOrder: true, + formatNoMatches: function() { + return 'No stock items matching query'; + }, groupBy: true, groupByField: options.groupByField || 'part', groupByFormatter: function(field, id, data) {