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:
2e12edd
)
Erfolgsrechnung: Korrekte Beschriftung in Kontenmasken
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 15 Mar 2016 11:10:07 +0000
(12:10 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 15 Mar 2016 11:10:07 +0000
(12:10 +0100)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
8233b55
..
2000513
100644
(file)
--- a/
bin/mozilla/am.pl
+++ b/
bin/mozilla/am.pl
@@
-261,7
+261,7
@@
sub account_header {
1 => "Ertrag",
6 => "Aufwand");
foreach my $item (sort({ $a <=> $b } keys(%er))) {
- my $text = H($::locale->{iconv_utf8}->convert($e
u
r{$item}));
+ my $text = H($::locale->{iconv_utf8}->convert($er{$item}));
if ($item == $form->{pos_er}) {
$select_er .= qq|<option value=$item selected>|. sprintf("%.2d", $item) .qq|. $text</option>\n|;
} else {