From: Sven Schöling Date: Mon, 18 May 2009 14:46:11 +0000 (+0000) Subject: Kontenübersicht zeigt jetzt nur noch bebuchte Konten an. X-Git-Tag: release-2.6.0rc1~34 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1974df3353b9c43a8c53c699f430a8767438b341;p=kivitendo-erp.git Kontenübersicht zeigt jetzt nur noch bebuchte Konten an. Fix bzw. Implementierung von Bug 944. --- diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index eae613179..b45c36d64 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -107,6 +107,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 +164,7 @@ sub list { | if $form->{selectdepartment}; $accrual = ($eur) ? "" : "checked"; $cash = ($eur) ? "checked" : ""; - + $name_1 = "fromdate"; $id_1 = "fromdate"; $value_1 = "$form->{fromdate}"; @@ -352,7 +353,7 @@ $checked> | . $locale->text('Subtotal') . qq| - + $jsscript
@@ -644,7 +645,7 @@ sub list_transactions { $ca->{description} .= " \n " . $ca->{memo}; } - + foreach my $gegenkonto (@{ $ca->{GEGENKONTO} }) { if ($ca->{gegenkonto} eq "") {