mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-06 16:15:42 +00:00
Add some more form candy
This commit is contained in:
@@ -110,6 +110,10 @@ function getAvailableTableFilters(tableKey) {
|
||||
type: 'bool',
|
||||
title: '{% trans "Salable" %}',
|
||||
},
|
||||
trackable: {
|
||||
type: 'bool',
|
||||
title: '{% trans "Trackable" %}',
|
||||
},
|
||||
purchaseable: {
|
||||
type: 'bool',
|
||||
title: '{% trans "Purchasable" %}',
|
||||
|
||||
Reference in New Issue
Block a user