X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a031b8204ad76801838965d4ed230dc0d4320405..a32fcad2cf3fabf15c9dd10ddc83ce703db66ad8:/SL/DN.pm diff --git a/SL/DN.pm b/SL/DN.pm index bd002ad65..b3c4d897a 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) @@ -1216,6 +1217,7 @@ sub print_original_invoice { longdescription => 'html', partnotes => 'html', notes => 'html', + $print_form->get_variable_content_types_for_cvars, }, );