From db6df2fdc6e40932f351d7e03480e43590161e69 Mon Sep 17 00:00:00 2001 From: grey Date: Mon, 10 Jul 2023 16:06:54 +0200 Subject: [PATCH] another fix for AFLOW-24 --- src/frontend/itemInfo.eta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/itemInfo.eta.html b/src/frontend/itemInfo.eta.html index 1458995..e98ec36 100644 --- a/src/frontend/itemInfo.eta.html +++ b/src/frontend/itemInfo.eta.html @@ -4,7 +4,7 @@

<%= it.name %>

Comment: <%= it.comment %>

-

Category: <% if (locations.category == null) { %> No category assigned <% } else { %> <%= locations.category.name %> <% } %>

+

Category: <% if (it.category == null) { %> No category assigned <% } else { %> <%= it.category.name %> <% } %>

Amount: <%= it.amount %>

SKU: <%= it.SKU %>

Status: <% if(it.status == "normal") { %>