Fix click-through for purchase order line item table (#7472)

- Use the 'part' field, not 'pk'
This commit is contained in:
Oliver 2024-06-19 14:36:38 +10:00 committed by GitHub
parent be7b7fac95
commit b8b79b2b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,7 +307,8 @@ export function PurchaseOrderLineItemTable({
},
rowActions: rowActions,
tableActions: tableActions,
modelType: ModelType.supplierpart
modelType: ModelType.supplierpart,
modelField: 'part'
}}
/>
</>