Better message for no stock found

This commit is contained in:
Oliver Walters 2019-05-28 22:05:30 +10:00
parent 1232a6cf17
commit 729968e65d

View File

@ -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) {