mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Build line assembly filter (#7874)
* Fix typo * Add "assembly" filter to BuildLine API endpoint - Add filter for table in PUI * Bump API version
This commit is contained in:
		| @@ -307,7 +307,7 @@ export function BomTable({ | ||||
|       { | ||||
|         name: 'sub_part_assembly', | ||||
|         label: t`Assembled Part`, | ||||
|         description: t`Show asssmbled items` | ||||
|         description: t`Show assembled items` | ||||
|       }, | ||||
|       { | ||||
|         name: 'available_stock', | ||||
|   | ||||
| @@ -56,6 +56,11 @@ export default function BuildLineTable({ | ||||
|         label: t`Optional`, | ||||
|         description: t`Show optional lines` | ||||
|       }, | ||||
|       { | ||||
|         name: 'assembly', | ||||
|         label: t`Assembly`, | ||||
|         description: t`Show assembled items` | ||||
|       }, | ||||
|       { | ||||
|         name: 'tracked', | ||||
|         label: t`Tracked`, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user