mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Align left product column in signing sheet and summary email
This commit is contained in:
parent
ea5ccedb00
commit
fba14dc45a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{% for product in delivery.products %}
|
||||
{% if order.get_quantity(product) %}
|
||||
<tr>
|
||||
<th class="product">{{ product.name }}</th>
|
||||
<th class="product" style="text-align: left;">{{ product.name }}</th>
|
||||
<td>{{ product.price }} €</td><td>{{ order.get_quantity(product) }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue