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:
00df46c
)
Auftrags-Controller: Typo im Kommentar
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 23 Oct 2015 12:27:30 +0000
(14:27 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Mon, 16 Nov 2015 15:15:58 +0000
(16:15 +0100)
SL/Controller/Order.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Order.pm
b/SL/Controller/Order.pm
index
8a4f245
..
79e4ee8
100644
(file)
--- 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 als
e
return an empty_discout if source is "".
+ # which can als
o
return an empty_discout if source is "".
my $discount;
my $discount_src;
if ($item->discount) {