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:
d3a590d
)
Wenn man die neuerstellung einer Variable rausnimmt, muss man auch dafür sorgen,...
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 27 May 2009 13:08:54 +0000
(13:08 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 27 May 2009 13:08:54 +0000
(13:08 +0000)
Fix für Bug 987 (mal wieder).
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
63d6b45
..
f860484
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-693,7
+693,7
@@
sub check_form {
#$form->{sellprice} = 0;
$form->{weight} = 0;
map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
- qw(listprice rop stock);
+ qw(listprice
sellprice
rop stock);
@flds =
qw(id qty unit bom partnumber description sellprice weight runningnumber partsgroup lastcost);