mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
Fix missing tag in template
This commit is contained in:
parent
5ae6241083
commit
75d7530e30
@ -25,7 +25,7 @@
|
|||||||
<tr style="height: 3rem">
|
<tr style="height: 3rem">
|
||||||
<td style="text-align: center;">{{ part.full_name }}</td>
|
<td style="text-align: center;">{{ part.full_name }}</td>
|
||||||
<td style="text-align: center;">{% decimal part.total_stock %}</td>
|
<td style="text-align: center;">{% decimal part.total_stock %}</td>
|
||||||
<td style="text-align: center;">{% part.available_stock %}</td>
|
<td style="text-align: center;">{% decimal part.available_stock %}</td>
|
||||||
<td style="text-align: center;">{% part.minimum_stock %}</td>
|
<td style="text-align: center;">{% decimal part.minimum_stock %}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user