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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user