Remove some weird trailing zeros

This commit is contained in:
Oliver Walters 2020-04-07 00:19:51 +10:00
parent 1356718bb7
commit 97f605ef55

View File

@ -11,7 +11,7 @@
{% if item.serialized %}
<p><i>{{ item.part.full_name}} # {{ item.serial }}</i></p>
{% else %}
<p><i>{{ item.quantity }} &times {{ item.part.full_name }}</i></p>
<p><i>{% decimal item.quantity %} &times {{ item.part.full_name }}</i></p>
{% endif %}
<p>
<div class='btn-group'>