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:
8beef6f
)
Hash initialisieren.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 11 May 2009 13:35:04 +0000
(13:35 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 11 May 2009 13:35:04 +0000
(13:35 +0000)
SL/IS.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
f2eef1e
..
0ec51c1
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-553,6
+553,7
@@
sub post_invoice {
my %price_factors = map { $_->{id} => $_->{factor} } @{ $form->{ALL_PRICE_FACTORS} };
my $price_factor;
+ $form->{amount} = {};
$form->{amount_cogs} = {};
foreach my $i (1 .. $form->{rowcount}) {