mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Show average price of a part in part info.
This commit is contained in:
parent
baa0466633
commit
a40d4df818
3 changed files with 22 additions and 61 deletions
|
@ -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 != "" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue