mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix rendering for company part list
This commit is contained in:
parent
dee10e4922
commit
08aca6a5a8
@ -50,10 +50,10 @@
|
||||
},
|
||||
{
|
||||
sortable: true,
|
||||
field: 'part',
|
||||
field: 'part_name',
|
||||
title: 'Part',
|
||||
formatter: function(value, row, index, field) {
|
||||
return renderLink(value.name, value.url + 'suppliers/');
|
||||
return renderLink(value, '/part/' + row.part + '/suppliers/');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user