Revision 45b303c7
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
SL/Controller/Project.pm | ||
---|---|---|
304 | 304 |
|
305 | 305 |
my $callback = $self->models->get_callback; |
306 | 306 |
|
307 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form); |
|
307 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
|
|
308 | 308 |
$report->{title} = t8('Projects'); |
309 |
$self->{report} = $report; |
|
309 |
$self->{report} = $report;
|
|
310 | 310 |
|
311 | 311 |
my @columns = qw(project_status customer projectnumber description active valid project_type); |
312 | 312 |
my @sortable = qw(projectnumber description customer project_type project_status); |
Auch abrufbar als: Unified diff
Kosmetik