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:
fd46658
)
Einkaufspreis parsen bei Erzeugen eines Angebots aus Auftrag.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 9 Oct 2013 13:27:23 +0000
(15:27 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 9 Oct 2013 13:27:23 +0000
(15:27 +0200)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
8f2882e
..
0756448
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-944,7
+944,7
@@
sub quotation {
map({ $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig,
$form->{"${_}_${i}"})
if ($form->{"${_}_${i}"}) }
- qw(ship qty sellprice listprice basefactor discount));
+ qw(ship qty sellprice listprice basefactor discount
lastcost
));
}
&prepare_order;