mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	New part table filter on available stock
This commit is contained in:
		| @@ -427,12 +427,16 @@ function getAvailableTableFilters(tableKey) { | ||||
|             }, | ||||
|             has_stock: { | ||||
|                 type: 'bool', | ||||
|                 title: '{% trans "Stock available" %}', | ||||
|                 title: '{% trans "In stock" %}', | ||||
|             }, | ||||
|             low_stock: { | ||||
|                 type: 'bool', | ||||
|                 title: '{% trans "Low stock" %}', | ||||
|             }, | ||||
|             unallocated_stock: { | ||||
|                 type: 'bool', | ||||
|                 title: '{% trans "Available stock" %}', | ||||
|             }, | ||||
|             assembly: { | ||||
|                 type: 'bool', | ||||
|                 title: '{% trans "Assembly" %}', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user