X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fam.pl;h=111e14e949cef19524f552c26c0d316ebf21429f;hb=c13acbec41af2e85ad469d36d1eec19343b7d680;hp=368a627161bddaa0d5491dfa512db952e2dd7b74;hpb=bd1ece25ff151772844eb6318f02ade2470602db;p=kivitendo-erp.git diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 368a62716..111e14e94 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -347,11 +347,13 @@ sub account_header { } my $ChartTypeIsAccount = ($form->{charttype} eq "A") ? "1":""; + my $AccountIsPosted = ($form->{orphaned} ) ? "":"1"; $form->header(); my $parameters_ref = { ChartTypeIsAccount => $ChartTypeIsAccount, + AccountIsPosted => $AccountIsPosted, select_category => $select_category, select_charttype => $select_charttype, select_bwa => $select_bwa,