use new price system in the eboutic

This commit is contained in:
imperosol
2026-04-29 12:53:20 +02:00
parent 6634bd987d
commit 2613ede59d
4 changed files with 97 additions and 95 deletions
@@ -32,9 +32,9 @@
<tbody>
{% for item in basket.items.all() %}
<tr>
<td>{{ item.product_name }}</td>
<td>{{ item.label }}</td>
<td>{{ item.quantity }}</td>
<td>{{ item.product_unit_price }} €</td>
<td>{{ item.unit_price }} €</td>
</tr>
{% endfor %}
</tbody>