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:
73116ce
)
regression beim laden von positionen belegen -> qty auf 1 funktionierte nicht.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 22 Jan 2010 16:03:28 +0000
(17:03 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 3 Mar 2010 10:43:37 +0000
(11:43 +0100)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
da09648
..
fd019ee
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-558,7
+558,7
@@
sub update {
$form->{"discount_$i"} = $form->format_amount(\%myconfig, $form->{"$form->{vc}_discount"} * 100);
if ($rows) {
- $form->{"qty_$i"} = 1 unless ($form->
{"qty_$i"}
);
+ $form->{"qty_$i"} = 1 unless ($form->
parse_amount(\%myconfig, $form->{"qty_$i"})
);
if ($rows > 1) {