Revision 495888c2
Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt
SL/Controller/Project.pm | ||
---|---|---|
my $callback = $self->models->get_callback;
|
||
|
||
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
|
||
$report->{title} = t8('Projects');
|
||
$self->{report} = $report;
|
||
|
||
my @columns = qw(project_status customer projectnumber description active valid project_type);
|
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt