Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9c0429ad

Von Moritz Bunkus vor 11 Monaten hinzugefügt

  • ID 9c0429ad0bd57173c8e7139d8d5959455805f2aa
  • Vorgänger 642565a3

SEPA: XML-Version beim Download auswählbar

Unterschiede anzeigen:

bin/mozilla/sepa.pl
push @options, $form->{l_executed} ? $locale->text('executed') : $locale->text('not yet executed') if ($form->{l_executed} != $form->{l_not_executed});
push @options, $form->{l_closed} ? $locale->text('closed') : $locale->text('open') if ($form->{l_open} != $form->{l_closed});
my %sepa_versions = SL::SEPA::XML->get_supported_versions;
$report->set_options('top_info_text' => join("\n", @options),
'raw_top_info_text' => $form->parse_html_template('sepa/bank_transfer_list_top'),
'raw_top_info_text' => $form->parse_html_template('sepa/bank_transfer_list_top', { 'show_buttons' => $open_available, sepa_versions => \%sepa_versions, }),
'raw_bottom_info_text' => $form->parse_html_template('sepa/bank_transfer_list_bottom', { 'show_buttons' => $open_available, vc => $vc }),
'std_column_visibility' => 1,
'output_format' => 'HTML',
......
'message_id' => $message_id,
'grouped' => 1,
'collection' => $vc eq 'customer',
'version' => $form->{sepa_xml_version},
);
foreach my $item (@items) {

Auch abrufbar als: Unified diff