mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Fix click-through for purchase order line item table (#7472)
- Use the 'part' field, not 'pk'
This commit is contained in:
		@@ -307,7 +307,8 @@ export function PurchaseOrderLineItemTable({
 | 
				
			|||||||
          },
 | 
					          },
 | 
				
			||||||
          rowActions: rowActions,
 | 
					          rowActions: rowActions,
 | 
				
			||||||
          tableActions: tableActions,
 | 
					          tableActions: tableActions,
 | 
				
			||||||
          modelType: ModelType.supplierpart
 | 
					          modelType: ModelType.supplierpart,
 | 
				
			||||||
 | 
					          modelField: 'part'
 | 
				
			||||||
        }}
 | 
					        }}
 | 
				
			||||||
      />
 | 
					      />
 | 
				
			||||||
    </>
 | 
					    </>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user