mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Fix form filters
This commit is contained in:
		| @@ -75,7 +75,12 @@ function setupCallbacks() { | ||||
|  | ||||
|         constructForm(`/api/order/po-line/${pk}/`, { | ||||
|             fields: { | ||||
|                 part: {}, | ||||
|                 part: { | ||||
|                     filters: { | ||||
|                         supplier_detail: true, | ||||
|                         supplier: {{ order.supplier.pk }}, | ||||
|                     } | ||||
|                 }, | ||||
|                 quantity: {}, | ||||
|                 reference: {}, | ||||
|                 purchase_price: {}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user