X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/46a67f95406aea6838636e7aa90d0f8833a96132..e69e3657:/bin/mozilla/ca.pl diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index eae613179..0558ae6ba 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -78,6 +78,10 @@ sub chart_of_accounts { $form->{title} = $locale->text('Chart of Accounts'); + if ($eur) { + $form->{method} = "cash"; + } + CA->all_accounts(\%myconfig, \%$form); my @columns = qw(accno description debit credit); @@ -107,6 +111,7 @@ sub chart_of_accounts { my %totals = ('debit' => 0, 'credit' => 0); foreach my $ca (@{ $form->{CA} }) { + next unless defined $ca->{amount}; my $row = { }; foreach (qw(debit credit)) { @@ -163,7 +168,7 @@ sub list { | if $form->{selectdepartment}; $accrual = ($eur) ? "" : "checked"; $cash = ($eur) ? "checked" : ""; - + $name_1 = "fromdate"; $id_1 = "fromdate"; $value_1 = "$form->{fromdate}"; @@ -352,7 +357,7 @@ $checked>