mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Add option to filter stockitems by "external" location status (#4407)
* Add option to filter stockitems by "external" location status * flake fix
This commit is contained in:
@ -292,6 +292,10 @@ function getAvailableTableFilters(tableKey) {
|
||||
type: 'date',
|
||||
title: '{% trans "Expiry Date after" %}',
|
||||
},
|
||||
external: {
|
||||
type: 'bool',
|
||||
title: '{% trans "External Location" %}',
|
||||
}
|
||||
};
|
||||
|
||||
// Optional filters if stock expiry functionality is enabled
|
||||
|
Reference in New Issue
Block a user