Restricted price per item to 3 decimal points

doc_update
Joey Hines 2019-10-05 10:47:05 -05:00
parent 8b244dd438
commit 42257a1750
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<td>{{ item.item_name }} </td>
<td>{{ item.amount }}</td>
<td>{{ item.price }}D</td>
<td>{{ item.normalized_price }}D</td>
<td>{{ item.normalized_price|floatformat:3 }}D</td>
{% if show_shop %}
<td><a href="{{ item.shop.link }}">{{ item.shop.name }}</a></td>
<td>{{ item.shop.position }}</td>