Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9c0429ad

Von Moritz Bunkus vor 4 Monaten hinzugefügt

  • ID 9c0429ad0bd57173c8e7139d8d5959455805f2aa
  • Vorgänger 642565a3

SEPA: XML-Version beim Download auswählbar

Unterschiede anzeigen:

bin/mozilla/sepa.pl
296 296
  push @options, $form->{l_executed} ? $locale->text('executed') : $locale->text('not yet executed')               if ($form->{l_executed} != $form->{l_not_executed});
297 297
  push @options, $form->{l_closed}   ? $locale->text('closed')   : $locale->text('open')                           if ($form->{l_open}     != $form->{l_closed});
298 298

  
299
  my %sepa_versions = SL::SEPA::XML->get_supported_versions;
300

  
299 301
  $report->set_options('top_info_text'         => join("\n", @options),
300
                       'raw_top_info_text'     => $form->parse_html_template('sepa/bank_transfer_list_top'),
302
                       'raw_top_info_text'     => $form->parse_html_template('sepa/bank_transfer_list_top',    { 'show_buttons' => $open_available, sepa_versions => \%sepa_versions, }),
301 303
                       'raw_bottom_info_text'  => $form->parse_html_template('sepa/bank_transfer_list_bottom', { 'show_buttons' => $open_available, vc => $vc }),
302 304
                       'std_column_visibility' => 1,
303 305
                       'output_format'         => 'HTML',
......
553 555
                                      'message_id'  => $message_id,
554 556
                                      'grouped'     => 1,
555 557
                                      'collection'  => $vc eq 'customer',
558
                                      'version'     => $form->{sepa_xml_version},
556 559
    );
557 560

  
558 561
  foreach my $item (@items) {

Auch abrufbar als: Unified diff