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:
1f6662b
)
Bei Anzeige der Zeilen keinen Code aus der vorhergehenden Zeile mitschleifen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 26 Aug 2009 14:38:30 +0000
(16:38 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Aug 2009 15:33:22 +0000
(17:33 +0200)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
69e536c
..
7d24943
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-197,6
+197,7
@@
sub display_row {
# rows
for $i (1 .. $numrows) {
+ my %column_data = ();
# undo formatting
map { $form->{"${_}_$i"} = $form->parse_amount(\%myconfig, $form->{"${_}_$i"}) } qw(qty discount sellprice price_new price_old) unless ($form->{simple_save});