controller_class => 'FinancialControllingReport',
output_format => 'HTML',
top_info_text => $::locale->text('Financial controlling report for open sales orders'),
- raw_top_info_text => $self->render('financial_controlling_report/report_top', { no_output => 1, partial => 1 }),
- raw_bottom_info_text => $self->render('financial_controlling_report/report_bottom', { no_output => 1, partial => 1 }),
+ raw_top_info_text => $self->render('financial_controlling_report/report_top', { output => 0 }),
+ raw_bottom_info_text => $self->render('financial_controlling_report/report_bottom', { output => 0 }),
title => $::locale->text('Financial Controlling Report'),
allow_pdf_export => 1,
allow_csv_export => 1,
SL::DB::ProjectType->reorder_list(@{ $::form->{project_type_id} || [] });
- $self->render('1;', { type => 'js', inline => 1 });
+ $self->render(\'', { type => 'json' });
}
#