mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Fix filtering for part purchase order table
This commit is contained in:
		| @@ -784,7 +784,7 @@ function loadPartPurchaseOrderTable(table, part_id, options={}) { | ||||
|     options.params.part_detail = true; | ||||
|     options.params.order_detail = true; | ||||
|      | ||||
|     var filters = loadTableFilters('partpurchaseorders'); | ||||
|     var filters = loadTableFilters('purchaseorderlineitem'); | ||||
|  | ||||
|     for (var key in options.params) { | ||||
|         filters[key] = options.params[key]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user