mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add link to stock-item in part-stock view
This commit is contained in:
parent
c1e7e95fc0
commit
a7abf9731b
@ -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' %}"
|
||||||
|
Loading…
Reference in New Issue
Block a user