mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Fix table rendering for 'used_in' view
This commit is contained in:
@ -41,14 +41,14 @@
|
||||
visible: false,
|
||||
},
|
||||
{
|
||||
field: 'part',
|
||||
field: 'part_detail',
|
||||
title: 'Part',
|
||||
formatter: function(value, row, index, field) {
|
||||
return renderLink(value.name, value.url);
|
||||
return renderLink(value.name, value.url + 'bom/');
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'part.description',
|
||||
field: 'part_detail.description',
|
||||
title: 'Description',
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user