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:
fec0904
)
Auswahl der Rechnungen für Mahnungen: Wenn das nächste Mahnlevel als Filter ausgewähl...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 4 May 2007 15:02:39 +0000
(15:02 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 4 May 2007 15:02:39 +0000
(15:02 +0000)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
2566cbe
..
e4e0d0e
100644
(file)
--- a/
SL/DN.pm
+++ b/
SL/DN.pm
@@
-324,7
+324,7
@@
sub get_invoices {
my %columns = (
"ordnumber" => "a.ordnumber",
"invnumber" => "a.invnumber",
- "notes" => "a.notes",
+ "notes"
=> "a.notes",
);
foreach my $key (keys(%columns)) {
next unless ($form->{$key});
@@
-333,7
+333,7
@@
sub get_invoices {
}
if ($form->{dunning_level}) {
- $where .= qq| AND
a.dunning_config_
id = ?|;
+ $where .= qq| AND
nextcfg.
id = ?|;
push(@values, conv_i($form->{dunning_level}));
}