diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index a53feec8c3..23e9d523cf 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -222,6 +222,7 @@ formatter: function(value, row, index, field) { if (value) { + // TODO - Format the user's first and last names return value.username; } else