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:
6683b7f
)
Doppeltes Quoting von Anführungszeichen vermeiden.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 9 Sep 2008 08:19:35 +0000
(08:19 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 9 Sep 2008 08:19:35 +0000
(08:19 +0000)
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
9f59d0b
..
c17e070
100644
(file)
--- a/
bin/mozilla/do.pl
+++ b/
bin/mozilla/do.pl
@@
-222,8
+222,6
@@
sub prepare_order {
(my $dec_qty) = ($form->{"qty_$i"} =~ /\.(\d+)/);
$dec_qty = length $dec_qty;
$form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}, $dec_qty);
-
- map { $form->{"${_}_$i"} =~ s/\"/"/g } qw(partnumber description unit);
}
$lxdebug->leave_sub();