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:
2dd5cce
)
Quoting übernimmt das Template
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 12 Sep 2011 15:19:00 +0000
(17:19 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 12 Sep 2011 15:19:00 +0000
(17:19 +0200)
Fix für Bug 1675.
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
80faa1b
..
c243c48
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1438,10
+1438,6
@@
sub invoice {
$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);
-
}
# show pricegroup in newly loaded invoice when creating invoice from quotation/order