Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d62a113d

Von Moritz Bunkus vor 11 Monaten hinzugefügt

SEPA: XML-Version beim Download auswählbar

Unterschiede anzeigen:

bin/mozilla/sepa.pl
'vc' => $vc);
$form->header();
print $form->parse_html_template('sepa/bank_transfer_created', { 'id' => $id, 'vc' => $vc });
my %sepa_versions = SL::SEPA::XML->get_supported_versions;
print $form->parse_html_template('sepa/bank_transfer_created', { 'id' => $id, 'vc' => $vc, sepa_versions => \%sepa_versions });
}
$main::lxdebug->leave_sub();
......
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