2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 11:45:31 +00:00

Add ability to filter stock by "in_stock" (#376)

This commit is contained in:
Oliver
2023-06-20 20:38:07 +10:00
committed by GitHub
parent 001450d3bb
commit 770d9cddb2
4 changed files with 13 additions and 1 deletions

View File

@ -91,6 +91,7 @@ class _PaginatedPartListState extends PaginatedSearchState<PaginatedPartList> {
"active": {
"label": L10().filterActive,
"help_text": L10().filterActiveDetail,
"tristate": true,
},
"assembly": {
"label": L10().filterAssembly,