From 7566c3769a8d76a5ca71a62dbbed1d46454cb325 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 12 Apr 2019 23:05:12 +1000 Subject: [PATCH] Added a note for future work --- InvenTree/stock/templates/stock/item.html | 1 + 1 file changed, 1 insertion(+) 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