Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1206c3f6

Von Moritz Bunkus vor etwa 9 Jahren hinzugefügt

  • ID 1206c3f6c69d774367856daa80d00f3369c62719
  • Vorgänger 267cb279
  • Nachfolger d56c9b08

SEPA: Nachrichten-ID-Filter in Zusammenfassung anzeigen

Unterschiede anzeigen:

bin/mozilla/sepa.pl
256 256
  my @options = ();
257 257
  push @options, ($vc eq 'customer' ? $::locale->text('Customer') : $locale->text('Vendor')) . ' : ' . $form->{f_vc} if ($form->{f_vc});
258 258
  push @options, $locale->text('Invoice number')                . ' : ' . $form->{f_invnumber}                     if ($form->{f_invnumber});
259
  push @options, $locale->text('SEPA message ID')               . ' : ' . $form->{f_message_id}                    if (length $form->{f_message_id});
259 260
  push @options, $locale->text('Export date from')              . ' : ' . $form->{f_export_date_from}              if ($form->{f_export_date_from});
260 261
  push @options, $locale->text('Export date to')                . ' : ' . $form->{f_export_date_to}                if ($form->{f_export_date_to});
261 262
  push @options, $locale->text('Requested execution date from') . ' : ' . $form->{f_requested_execution_date_from} if ($form->{f_requested_execution_date_from});

Auch abrufbar als: Unified diff