2
0
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:
Oliver
2023-02-25 07:19:41 +11:00
committed by GitHub
parent 8b7e41baf9
commit ed7d2e1262
2 changed files with 14 additions and 0 deletions

View File

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