Revision 7580b7ff
Von Bernd Bleßmann vor 11 Monaten hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1236 | 1236 |
push @options, $locale->text('Due Date') . " " . $locale->text('to') . " " . $locale->date(\%myconfig, $form->{duedateto}, 1) if ($form->{duedateto}); |
1237 | 1237 |
push @options, $locale->text('Date Paid') . " " . $locale->text('from') . " " . $locale->date(\%myconfig, $form->{datepaidfrom}, 1) if ($form->{datepaidfrom}); |
1238 | 1238 |
push @options, $locale->text('Date Paid') . " " . $locale->text('to') . " " . $locale->date(\%myconfig, $form->{datepaidto}, 1) if ($form->{datepaidto}); |
1239 |
push @options, $locale->text('Insert Date') . " " . $locale->text('from') . " " . $locale->date(\%myconfig, $form->{insertdatefrom}, 1) if ($form->{insertdatefrom}); |
|
1240 |
push @options, $locale->text('Insert Date') . " " . $locale->text('to') . " " . $locale->date(\%myconfig, $form->{insertdateto}, 1) if ($form->{insertdateto}); |
|
1239 | 1241 |
push @options, $locale->text('Open') if ($form->{open}); |
1240 | 1242 |
push @options, $locale->text('Closed') if ($form->{closed}); |
1241 | 1243 |
if ($form->{payment_id}) { |
Auch abrufbar als: Unified diff
Bericht EK-Rgs/Kreditorenbuchungen: Filteroption Erfassungsdatum anzeigen