Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 447b0bbe

Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt

  • ID 447b0bbe2a34b0e51b362b60fa1c055f684c10ab
  • Vorgänger 8a0c3bd1
  • Nachfolger 43b9f08f

VK/EK-Rechnung -> Suche. Fälligkeitsdatum: gewählte Filter im Bericht anzeigen

Unterschiede anzeigen:

bin/mozilla/ar.pl
1150 1150
  if ($form->{transdateto}) {
1151 1151
    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
1152 1152
  }
1153
  if ($form->{duedatefrom}) {
1154
    push @options, $locale->text('Due Date') . " " . $locale->text('from') . " " . $locale->date(\%myconfig, $form->{duedatefrom}, 1);
1155
  }
1156
  if ($form->{duedateto}) {
1157
    push @options, $locale->text('Due Date') . " " . $locale->text('to') . " " . $locale->date(\%myconfig, $form->{duedateto}, 1);
1158
  }
1153 1159
  if ($form->{open}) {
1154 1160
    push @options, $locale->text('Open');
1155 1161
  }

Auch abrufbar als: Unified diff