2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-23 09:35:30 +00:00

Add ability to filter parts list by "salable" status

This commit is contained in:
Oliver Walters
2020-04-20 22:39:00 +10:00
parent 0c56079b41
commit 9e4d09343c
3 changed files with 9 additions and 3 deletions
+4
View File
@@ -93,6 +93,10 @@ function getAvailableTableFilters(tableKey) {
type: 'bool',
title: '{% trans "Starred" %}',
},
salable: {
type: 'bool',
title: '{% trans "Salable" %}',
},
};
}