Revision 00c4c994
Von Sven Schöling vor fast 14 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
1066 | 1066 |
} |
1067 | 1067 |
hotfix_reformat_date(); |
1068 | 1068 |
} # Ende Bericht für vorgewählten Zeitraum (warum auch immer die Prüfung (custom eq true) ist ... |
1069 |
|
|
1069 |
|
|
1070 | 1070 |
RP->income_statement(\%myconfig, \%$form); |
1071 | 1071 |
|
1072 | 1072 |
($form->{department}) = split /--/, $form->{department}; |
... | ... | |
2794 | 2794 |
# Hotfix, um das Datumsformat, die unten hart auf deutsches Datumsformat eingestellt |
2795 | 2795 |
# sind, entsprechend mit anderem Formaten (z.B. iso-kodiert) zum Laufen zu bringen (S.a.: Bug 1388) |
2796 | 2796 |
sub hotfix_reformat_date { |
2797 |
|
|
2797 |
|
|
2798 | 2798 |
$main::lxdebug->enter_sub(); |
2799 |
|
|
2799 |
|
|
2800 | 2800 |
my $form = $main::form; |
2801 | 2801 |
my %myconfig = %main::myconfig; |
2802 | 2802 |
my $locale = $main::locale; |
2803 |
|
|
2803 |
|
|
2804 | 2804 |
if ($myconfig{dateformat} ne 'dd.mm.yyyy'){ |
2805 | 2805 |
my $current_dateformat = $myconfig{dateformat}; |
2806 | 2806 |
$myconfig{dateformat} = 'dd.mm.yyyy'; |
Auch abrufbar als: Unified diff
Whitespace (fix Deinen Editor Jan...)