Show average price of a part in part info.

This commit is contained in:
Jan Böhmer 2019-08-02 15:10:29 +02:00
parent baa0466633
commit a40d4df818
3 changed files with 22 additions and 61 deletions

View file

@ -32,7 +32,7 @@
</h6>
<h6 title="{% trans %}part.avg_price.label{% endtrans %}">
<i class="fas fa-money-bill-alt fa-fw"></i>
<span class="text-muted">{{ "TODO" }}</span>
<span class="text-muted">{{ part.averagePrice | moneyFormat }}</span>
</h6>
{#
{% if part.comment != "" %}