Add link to stock-item in part-stock view

This commit is contained in:
Oliver 2018-05-06 22:28:50 +10:00
parent c1e7e95fc0
commit a7abf9731b

View File

@ -63,6 +63,9 @@
title: 'Stock',
searchable: false,
sortable: true,
formatter: function(value, row, index, field) {
return renderLink(value, row.url);
}
}
],
url: "{% url 'api-stock-list' %}"