Revision 9c981a55
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
SL/Controller/FinancialControllingReport.pm | ||
---|---|---|
114 | 114 |
controller_class => 'FinancialControllingReport', |
115 | 115 |
output_format => 'HTML', |
116 | 116 |
top_info_text => $::locale->text('Financial controlling report for open sales orders'), |
117 |
raw_top_info_text => $self->render('financial_controlling_report/report_top', { no_output => 1, partial => 1 }),
|
|
118 |
raw_bottom_info_text => $self->render('financial_controlling_report/report_bottom', { no_output => 1, partial => 1 }),
|
|
117 |
raw_top_info_text => $self->render('financial_controlling_report/report_top', { output => 0 }),
|
|
118 |
raw_bottom_info_text => $self->render('financial_controlling_report/report_bottom', { output => 0 }),
|
|
119 | 119 |
title => $::locale->text('Financial Controlling Report'), |
120 | 120 |
allow_pdf_export => 1, |
121 | 121 |
allow_csv_export => 1, |
SL/Controller/ProjectType.pm | ||
---|---|---|
68 | 68 |
|
69 | 69 |
SL::DB::ProjectType->reorder_list(@{ $::form->{project_type_id} || [] }); |
70 | 70 |
|
71 |
$self->render('1;', { type => 'js', inline => 1 });
|
|
71 |
$self->render(\'', { type => 'json' });
|
|
72 | 72 |
} |
73 | 73 |
|
74 | 74 |
# |
Auch abrufbar als: Unified diff
Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render