Revision 01e7e978
Von Bernd Bleßmann vor etwa 7 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
|
||
# 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;
|
||
}
|
||
}
|
||
}
|
Auch abrufbar als: Unified diff
Auftrags-Controller: Sortimente mit Mehrfachauswahl hinzufügen können.
Behebt #220 (redmine).