2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Allow BOM table to be filtered by "stock available" parameter (#3301)

* Allow BOM table to be filtered by "stock available" parameter

* Update API version info

* PEP fixes
This commit is contained in:
Oliver
2022-07-06 15:28:44 +10:00
committed by GitHub
parent 412fdf246a
commit cc8238b790
3 changed files with 22 additions and 0 deletions

View File

@ -59,6 +59,10 @@ function getAvailableTableFilters(tableKey) {
type: 'bool',
title: '{% trans "Assembled Part" %}',
},
available_stock: {
type: 'bool',
title: '{% trans "Has Available Stock" %}',
},
validated: {
type: 'bool',
title: '{% trans "Validated" %}',