X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e310d269250b549bb9b2e1bc0da31640fda2101d..30e4ba28a7352159bb3e829b073540d579f55c18:/SL/Controller/Order.pm diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 8a4f245a1..79e4ee834 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -306,7 +306,7 @@ sub action_add_item { } # bb: not sure but: maybe there should be a $price_source->discount_from_source - # which can alse return an empty_discout if source is "". + # which can also return an empty_discout if source is "". my $discount; my $discount_src; if ($item->discount) {