mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Better message for no stock found
This commit is contained in:
parent
1232a6cf17
commit
729968e65d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user