Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9c981a55

Von Moritz Bunkus vor fast 11 Jahren hinzugefügt

  • ID 9c981a55bd776286151af4fc772117d051f8a731
  • Vorgänger 17536e15
  • Nachfolger d740b61d

Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render

Unterschiede anzeigen:

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,

Auch abrufbar als: Unified diff