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:
16fffac
)
Entfernt trailing whitespaces
author
Niclas Zimmermann
<niclas@kivitendo-premium.de>
Thu, 5 Dec 2013 14:23:29 +0000
(15:23 +0100)
committer
Niclas Zimmermann
<niclas@kivitendo-premium.de>
Thu, 5 Dec 2013 14:23:29 +0000
(15:23 +0100)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
78be01c
..
fb0de34
100644
(file)
--- a/
bin/mozilla/gl.pl
+++ b/
bin/mozilla/gl.pl
@@
-743,11
+743,11
@@
sub display_rows {
. qq|</td>|;
my $tax_ddbox = qq|<td>| .
NTI($cgi->popup_menu('-name' => "taxchart_$i",
-
'-id' => "taxchart_$i",
-
'-style' => 'width:200px',
-
'-values' => \@taxchart_values,
-
'-labels' => \%taxchart_labels,
-
'-default' => $selected_taxchart))
+ '-id' => "taxchart_$i",
+ '-style' => 'width:200px',
+ '-values' => \@taxchart_values,
+ '-labels' => \%taxchart_labels,
+ '-default' => $selected_taxchart))
. qq|</td>|;
my ($fx_transaction, $checked);