X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FReportGenerator.pm;h=09ab7bd7bb7c33e8c17391e6b07445d2ea0074ad;hb=0a8ac1f354bb604a0e0988d3d2e43fe8a7f0386d;hp=e965e442294fe964e441e8059f98df04d54f48bd;hpb=dbda14c263efd93aca3b7114015a47d86b8581e3;p=kivitendo-erp.git 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;