mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Merge pull request #1759 from SchrodingersGat/manufacturer-part-table-fix
Fix filters for ManufacturerPart and SupplierPart table views
This commit is contained in:
		| @@ -85,7 +85,7 @@ | ||||
|             params: { | ||||
|                 part_detail: true, | ||||
|                 manufacturer_detail: true, | ||||
|                 company: {{ company.id }}, | ||||
|                 manufacturer: {{ company.id }}, | ||||
|             }, | ||||
|         } | ||||
|     ); | ||||
|   | ||||
| @@ -84,7 +84,7 @@ | ||||
|                 part_detail: true, | ||||
|                 supplier_detail: true, | ||||
|                 manufacturer_detail: true, | ||||
|                 company: {{ company.id }}, | ||||
|                 supplier: {{ company.id }}, | ||||
|             }, | ||||
|         } | ||||
|     ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user