Reportgenerator: optionale table class und hr aus table genommen
[kivitendo-erp.git] / SL / ReportGenerator.pm
index e965e44..09ab7bd 100644 (file)
@@ -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;