fix currency connection

This commit is contained in:
Ivan Hörler 2018-02-20 21:03:53 +01:00
parent ae1e5e5051
commit a6ca585918
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ def cart(request):
# get exchange_rate multiplyed:
cart_position.price_in_chf = rate.exchange(
currency,
cart_position.price_in_chf
cart_position.article.price_in_chf
)
totalprice_list.append(cart_position.price_in_chf)