mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
Add link to stock-item in part-stock view
This commit is contained in:
@ -63,6 +63,9 @@
|
|||||||
title: 'Stock',
|
title: 'Stock',
|
||||||
searchable: false,
|
searchable: false,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
|
formatter: function(value, row, index, field) {
|
||||||
|
return renderLink(value, row.url);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
url: "{% url 'api-stock-list' %}"
|
url: "{% url 'api-stock-list' %}"
|
||||||
|
Reference in New Issue
Block a user