Revision b67672d2
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
137 | 137 |
$department = ""; |
138 | 138 |
} else { |
139 | 139 |
if ($form->{report} eq "balance_sheet") { |
140 |
$name_1 = "compareasofdate";
|
|
141 |
$id_1 = "compareasofdate";
|
|
142 |
$value_1 = ""; |
|
140 |
$name_1 = "asofdate"; |
|
141 |
$id_1 = "asofdate"; |
|
142 |
$value_1 = "$form->{asofdate}";
|
|
143 | 143 |
$trigger_1 = "trigger1"; |
144 |
$name_2 = "asofdate"; |
|
145 |
$id_2 = "asofdate"; |
|
146 |
$value_2 = "$form->{asofdate}"; |
|
144 |
$name_2 = "compareasofdate";
|
|
145 |
$id_2 = "compareasofdate";
|
|
146 |
$value_2 = "$form->{compareasofdate}";
|
|
147 | 147 |
$trigger_2 = "trigger2"; |
148 | 148 |
} elsif ($form->{report} =~ /(receipts|payments)$/) { |
149 | 149 |
$name_1 = "fromdate"; |
Auch abrufbar als: Unified diff
Merge von 808 aus unstable: Bugfix 267
Bei Bilanz waren die Variablen fuer Stichtag und Vergleichsstichtag vertauscht, behebt Bug#267