X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/36bdd4875c67f916e4a885191f7870d301ae2c11..faf42bec5d778fa8d35ad30a4c90e803d675753b:/SL/DB/Helper/PriceTaxCalculator.pm diff --git a/SL/DB/Helper/PriceTaxCalculator.pm b/SL/DB/Helper/PriceTaxCalculator.pm index 89173102a..d0412c2bb 100644 --- a/SL/DB/Helper/PriceTaxCalculator.pm +++ b/SL/DB/Helper/PriceTaxCalculator.pm @@ -96,6 +96,7 @@ sub _calculate_item { my $num_dec = max 2, _num_decimal_places($item->sellprice); + $item->discount(0) if !$item->discount; # don't include rounded discount into sellprice for calculation # any time the sellprice is multiplied with qty discount has to be considered as part of the multiplication