Mahnungen: Auch zulassen, dass bei der Mahnungskonfiguration "0" als Anzahl Tage...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 17 Mar 2008 08:45:46 +0000 (08:45 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 17 Mar 2008 08:45:46 +0000 (08:45 +0000)
SL/DN.pm

index 2b6cd63..291c99c 100644 (file)
--- a/SL/DN.pm
+++ b/SL/DN.pm
@@ -513,7 +513,7 @@ sub get_invoices {
   $form->{DUNNINGS} = [];
 
   while (my $ref = $sth->fetchrow_hashref(NAME_lc)) {
-    next if !$ref->{terms} || ($ref->{pastdue} < $ref->{terms});
+    next if ($ref->{pastdue} < $ref->{terms});
 
     $ref->{interest} = $form->round_amount($ref->{interest}, 2);
     push(@{ $form->{DUNNINGS} }, $ref);