Show on which unit the single unit price is related.

This commit is contained in:
Jan Böhmer 2019-09-01 14:14:30 +02:00
parent 3a04b34304
commit 7e713b3e1a

View file

@ -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>