display the position amount correctly

This commit is contained in:
Andreas Zweili 2018-02-26 21:53:21 +01:00
parent ac7ae505e3
commit 691fdc12f5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
</a>
</td>
<td scope="col">{{ cart_position.article.stock }}</td>
<td scope="col">{{ cart_position.article.amount }}</td>
<td scope="col">{{ cart_position.amount }}</td>
<td scope="col" class="price-value">
{{ cart_position.article.price_in_chf }}
{{ currency_name }}