X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a031b8204ad76801838965d4ed230dc0d4320405..635c92912a3455dc0393e856e1d5865721434e68:/SL/DN.pm diff --git a/SL/DN.pm b/SL/DN.pm index bd002ad65..8224172bf 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -820,6 +820,7 @@ sub get_dunning { ct.name AS customername, ct.id AS customer_id, a.duedate, da.fee, da.interest, dn.dunning_description, dn.dunning_level, da.transdate AS dunning_date, da.duedate AS dunning_duedate, da.dunning_id, da.dunning_config_id, + da.id AS dunning_table_id, e2.name AS salesman FROM ar a JOIN customer ct ON (a.customer_id = ct.id)