Closed pigletto closed 11 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
fixed
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