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

Fixed parameters in calling PriceCalculator.get_base_packing_price_gross() #6

Closed Zagrebelin closed 12 years ago

Zagrebelin commented 12 years ago

There is no "request" argument in get_base_packing_price_gross.

diefenbach commented 12 years ago

Hi again,

I fixed some issues with prices. Would be great if you can take a glance on it:

https://github.com/diefenbach/django-lfs/commit/ba6e06d386592f89eadabe6441c4297a0551d888 https://github.com/diefenbach/django-lfs/commit/8e1fc2db74bcc5cee415b1aacbcb767f5b0f499f

Thanks Kai

Zagrebelin commented 12 years ago

Hello,

It's look very well, thank you.

diefenbach commented 12 years ago

Merged. Thanks for the heads up!

Kai