X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a36e49bdabb28714ee88c2c9ae9e6b13ae46194..901a74dbf31a738531fec257c299433c600b0c12:/SL/USTVA.pm diff --git a/SL/USTVA.pm b/SL/USTVA.pm index e4fb191c0..556698e8c 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -845,7 +845,7 @@ sub get_accounts_ustva { $sth->execute || $form->dberror($query); while (my $ref = $sth->fetchrow_hashref("NAME_lc")) { - # Bug 365 solved?! + next unless $ref->{$category}; $ref->{amount} *= -1; $form->{ $ref->{$category} } += $ref->{amount}; }