Revision ee23f6e0
Von Bernd Blessmann vor etwa 13 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
347 | 347 |
} |
348 | 348 |
|
349 | 349 |
my $ChartTypeIsAccount = ($form->{charttype} eq "A") ? "1":""; |
350 |
my $AccountIsPosted = ($form->{orphaned} ) ? "":"1"; |
|
350 | 351 |
|
351 | 352 |
$form->header(); |
352 | 353 |
|
353 | 354 |
my $parameters_ref = { |
354 | 355 |
ChartTypeIsAccount => $ChartTypeIsAccount, |
356 |
AccountIsPosted => $AccountIsPosted, |
|
355 | 357 |
select_category => $select_category, |
356 | 358 |
select_charttype => $select_charttype, |
357 | 359 |
select_bwa => $select_bwa, |
Auch abrufbar als: Unified diff
Änderungen für die Aufklappmenüs Forderungen und Verbindlichkeiten verhindern, ...
... bei schon bebuchten Konten. Siehe auch Bug 1640.