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/ap.pl
1119 1119
  push @options, $locale->text('Part Number')             . " : $form->{parts_partnumber}"               if $form->{parts_partnumber};
1120 1120
  push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1)      if ($form->{transdatefrom});
1121 1121
  push @options, $locale->text('Bis')  . " " . $locale->date(\%myconfig, $form->{transdateto},   1)      if ($form->{transdateto});
1122
  push @options, $locale->text('Due Date') . " " . $locale->text('from') . " " . $locale->date(\%myconfig, $form->{duedatefrom}, 1)      if ($form->{duedatefrom});
1123
  push @options, $locale->text('Due Date') . " " . $locale->text('to')   . " " . $locale->date(\%myconfig, $form->{duedateto},   1)      if ($form->{duedateto});
1122 1124
  push @options, $locale->text('Open')                                                                   if ($form->{open});
1123 1125
  push @options, $locale->text('Closed')                                                                 if ($form->{closed});
1124 1126

  
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