mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-22 11:54:41 +02:00
Show on which unit the single unit price is related.
This commit is contained in:
parent
3a04b34304
commit
7e713b3e1a
1 changed files with 6 additions and 1 deletions
|
@ -25,7 +25,12 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% trans %}part.order.minamount{% endtrans %}</th>
|
<th>{% trans %}part.order.minamount{% endtrans %}</th>
|
||||||
<th>{% trans %}part.order.price{% endtrans %}</th>
|
<th>{% trans %}part.order.price{% endtrans %}</th>
|
||||||
<th>{% trans %}part.order.single_price{% endtrans %}</th>
|
<th>
|
||||||
|
{% trans %}part.order.single_price{% endtrans %}
|
||||||
|
{% if part.partUnit %}
|
||||||
|
/ 1 {{ part.partUnit.unit }}
|
||||||
|
{% endif %}
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue