Revision 45b303c7
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
SL/Controller/Letter.pm | ||
---|---|---|
361 | 361 |
sub prepare_report { |
362 | 362 |
my ($self) = @_; |
363 | 363 |
|
364 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form); |
|
364 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
|
|
365 | 365 |
$report->{title} = t8('Letters'); |
366 |
$self->{report} = $report; |
|
366 |
$self->{report} = $report;
|
|
367 | 367 |
|
368 | 368 |
my @columns = qw(date subject letternumber customer_id vendor_id contact date); |
369 | 369 |
my @sortable = qw(date subject letternumber customer_id vendor_id contact date); |
Auch abrufbar als: Unified diff
Kosmetik