another fix for AFLOW-24
This commit is contained in:
parent
9b2db6eed7
commit
db6df2fdc6
@ -4,7 +4,7 @@
|
||||
<h1><%= it.name %></h1>
|
||||
<div class="container">
|
||||
<p><strong>Comment:</strong> <%= it.comment %></p>
|
||||
<p><strong>Category:</strong> <% if (locations.category == null) { %> <i>No category assigned</i> <% } else { %> <%= locations.category.name %> <% } %></p>
|
||||
<p><strong>Category:</strong> <% if (it.category == null) { %> <i>No category assigned</i> <% } else { %> <%= it.category.name %> <% } %></p>
|
||||
<p><strong>Amount:</strong> <%= it.amount %></p>
|
||||
<p><strong>SKU:</strong> <%= it.SKU %></p>
|
||||
<p><strong>Status: </strong><% if(it.status == "normal") { %>
|
||||
|
Loading…
Reference in New Issue
Block a user