X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a031b8204ad76801838965d4ed230dc0d4320405..008b51c43d064b8172168aee7fdff393c5d4b13a:/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)