2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Fixes for StockItem tracking API

- Make the tracking API consistent with other API endpoints
This commit is contained in:
Oliver Walters
2020-05-12 08:12:12 +10:00
parent 18fbe2d2dd
commit c6cff1fb2e
4 changed files with 59 additions and 3 deletions

View File

@ -448,7 +448,7 @@ function loadStockTrackingTable(table, options) {
if (value)
{
// TODO - Format the user's first and last names
return value.username;
return row.user_detail.username;
}
else
{