From 88a78448cd46a676f4b9342f2991a58ae9393074 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 23 Oct 2015 14:27:30 +0200 Subject: [PATCH] Auftrags-Controller: Typo im Kommentar --- SL/Controller/Order.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1