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:
5590931
)
Einkaufspreis parsen bei Erzeugen eines Auftrags aus Angebot.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 9 Oct 2013 12:52:44 +0000
(14:52 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 9 Oct 2013 12:55:49 +0000
(14:55 +0200)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
15bdfa4
..
dc47d27
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1804,7
+1804,7
@@
sub poso {
};
for my $i (1 .. $form->{rowcount}) {
- map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice basefactor discount);
+ map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice basefactor discount
lastcost
);
}
my %saved_vars = map { $_ => $form->{$_} } grep { $form->{$_} } qw(currency);