X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/07c31856a83b520e82d21a40a749f3a1a7c6df6d..b4c84c7e755cbd74d579b0910aeb794f60804e9d:/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)