Revision a6782406
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/Controller/Helper/ReportGenerator.pm | ||
---|---|---|
my @columns = $params{report}->get_visible_columns('HTML');
|
||
|
||
for my $obj (@{ $params{objects} || [] }) {
|
||
if ('separator' eq $obj) {
|
||
$params{report}->add_separator();
|
||
next;
|
||
}
|
||
|
||
my %data = map {
|
||
my $def = $column_defs->{$_};
|
||
my $tmp;
|
Auch abrufbar als: Unified diff
S:C:H:ReportGenerator: Separator