mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove some weird trailing zeros
This commit is contained in:
parent
1356718bb7
commit
97f605ef55
@ -11,7 +11,7 @@
|
|||||||
{% if item.serialized %}
|
{% if item.serialized %}
|
||||||
<p><i>{{ item.part.full_name}} # {{ item.serial }}</i></p>
|
<p><i>{{ item.part.full_name}} # {{ item.serial }}</i></p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p><i>{{ item.quantity }} × {{ item.part.full_name }}</i></p>
|
<p><i>{% decimal item.quantity %} × {{ item.part.full_name }}</i></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>
|
<p>
|
||||||
<div class='btn-group'>
|
<div class='btn-group'>
|
||||||
|
Loading…
Reference in New Issue
Block a user