From 01e7e97823e87669b285c8126810e5eb9f9810db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 8 Dec 2017 14:50:34 +0100 Subject: [PATCH] =?utf8?q?Auftrags-Controller:=20Sortimente=20mit=20Mehrfa?= =?utf8?q?chauswahl=20hinzuf=C3=BCgen=20k=C3=B6nnen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Behebt #220 (redmine). --- 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 06a9f74cb..3075b6790 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -517,7 +517,7 @@ sub action_add_multi_items { # set discount to 100% if item isn't supposed to be charged, overwriting any customer discount $item->discount(1) unless $assortment_item->charge; - push @items, $assortment_item; + push @items, $item; } } } -- 2.20.1