X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/431181fc05f4cf41c7609e3b0950171b3cb0c90d..69822fd215cb15e1bb017f1af6f0a185f62a31e2:/SL/DN.pm diff --git a/SL/DN.pm b/SL/DN.pm index e4e0d0e93..4bf5d56ba 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -648,7 +648,7 @@ sub print_dunning { qq|SELECT cfg.interest_rate, cfg.template AS formname, cfg.email_subject, cfg.email_body, cfg.email_attachment, - d.fee, d.dunning_date, + d.fee, d.transdate AS dunning_date, (SELECT SUM(interest) FROM dunning WHERE dunning_id = ?)