diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

Key error during checkout if discounts are enabled #13

Closed pigletto closed 11 years ago

pigletto commented 12 years ago

When order is created then discount price is checked. There is 'price' key used for that: https://github.com/diefenbach/django-lfs/blob/master/lfs/order/utils.py#L66

but there are 'price_net' and 'price_gross' keys available: https://github.com/diefenbach/django-lfs/blob/master/lfs/discounts/utils.py

pigletto commented 11 years ago

fixed