X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dbda14c263efd93aca3b7114015a47d86b8581e3..ee4b527080ea2db5f07f0b8c6d406de47b74e81b:/SL/ReportGenerator.pm diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index e965e4422..09ab7bd7b 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -401,6 +401,7 @@ sub prepare_html_content { 'EXPORT_NEXTSUB' => $self->{export}->{nextsub}, 'DATA_PRESENT' => $self->{data_present}, 'CONTROLLER_DISPATCH' => $opts->{controller_class}, + 'TABLE_CLASS' => $opts->{table_class}, }; return $variables;