projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf8381
)
Mahnungen: Auch zulassen, dass bei der Mahnungskonfiguration "0" als Anzahl Tage...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 17 Mar 2008 08:45:46 +0000
(08:45 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 17 Mar 2008 08:45:46 +0000
(08:45 +0000)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/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);