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