2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Add some more form candy

This commit is contained in:
Oliver Walters
2020-05-16 11:55:10 +10:00
parent 498ad4162c
commit 4cb97b1340
5 changed files with 54 additions and 11 deletions

View File

@ -110,6 +110,10 @@ function getAvailableTableFilters(tableKey) {
type: 'bool',
title: '{% trans "Salable" %}',
},
trackable: {
type: 'bool',
title: '{% trans "Trackable" %}',
},
purchaseable: {
type: 'bool',
title: '{% trans "Purchasable" %}',