Revision db3b23aa
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
SL/ReportGenerator.pm | ||
---|---|---|
401 | 401 |
'EXPORT_NEXTSUB' => $self->{export}->{nextsub}, |
402 | 402 |
'DATA_PRESENT' => $self->{data_present}, |
403 | 403 |
'CONTROLLER_DISPATCH' => $opts->{controller_class}, |
404 |
'TABLE_CLASS' => $opts->{table_class}, |
|
404 | 405 |
}; |
405 | 406 |
|
406 | 407 |
return $variables; |
Auch abrufbar als: Unified diff
Reportgenerator: optionale table class und hr aus table genommen