Auftrags-Controller: Sortimente mit Mehrfachauswahl hinzufügen können.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 8 Dec 2017 13:50:34 +0000 (14:50 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 29 Jan 2018 09:03:58 +0000 (10:03 +0100)
Behebt #220 (redmine).

SL/Controller/Order.pm

index 06a9f74..3075b67 100644 (file)
@@ -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;
       }
     }
   }