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