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