]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/am.pl
Änderungen für die Aufklappmenüs Forderungen und Verbindlichkeiten verhindern, ...
[mfinanz.git] / bin / mozilla / am.pl
index 368a627161bddaa0d5491dfa512db952e2dd7b74..111e14e949cef19524f552c26c0d316ebf21429f 100644 (file)
@@ -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,