Restricted price per item to 3 decimal points
parent
8b244dd438
commit
42257a1750
|
@ -17,7 +17,7 @@
|
||||||
<td>{{ item.item_name }} </td>
|
<td>{{ item.item_name }} </td>
|
||||||
<td>{{ item.amount }}</td>
|
<td>{{ item.amount }}</td>
|
||||||
<td>{{ item.price }}D</td>
|
<td>{{ item.price }}D</td>
|
||||||
<td>{{ item.normalized_price }}D</td>
|
<td>{{ item.normalized_price|floatformat:3 }}D</td>
|
||||||
{% if show_shop %}
|
{% if show_shop %}
|
||||||
<td><a href="{{ item.shop.link }}">{{ item.shop.name }}</a></td>
|
<td><a href="{{ item.shop.link }}">{{ item.shop.name }}</a></td>
|
||||||
<td>{{ item.shop.position }}</td>
|
<td>{{ item.shop.position }}</td>
|
||||||
|
|
Loading…
Reference in New Issue