projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed1603
)
Auftrags-Controller: Sortimente mit Mehrfachauswahl hinzufügen können.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 8 Dec 2017 13:50:34 +0000
(14:50 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 29 Jan 2018 09:03:58 +0000
(10:03 +0100)
Behebt #220 (redmine).
SL/Controller/Order.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Order.pm
b/SL/Controller/Order.pm
index
06a9f74
..
3075b67
100644
(file)
--- 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;
}
}
}