Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cd5739ff

Von Jan Büren vor fast 9 Jahren hinzugefügt

  • ID cd5739fff65a66e8d838d7159c66e6c324b4f54e
  • Vorgänger e35b5c40
  • Nachfolger 8da71e6d

SelfTests falscher Zeitraum für Standard-Tests

Unterschiede anzeigen:

SL/BackgroundJob/SelfTest/Transactions.pm
43 43
  my ($self) = @_;
44 44

  
45 45
  # TODO FIXME calc dates better, unless this is wanted
46
#  my $year =
47
  #$self->fromdate(DateTime->new(day => 1, month => 1, year => DateTime->today->year));
48
  #$self->todate($self->fromdate->clone->add(years => 1)->add(days => -1));
49
  $self->fromdate(DateTime->new(day => 1, month => 1, year => 2015));
46
  $self->fromdate(DateTime->new(day => 1, month => 1, year => DateTime->today->year));
50 47
  $self->todate($self->fromdate->clone->add(years => 1)->add(days => -1));
51
  $main::lxdebug->message(0, 'hier und dort:' . $self->fromdate . ' mit ' . $self->todate);
52 48
  $self->dbh($::form->get_standard_dbh);
53 49
}
54 50

  

Auch abrufbar als: Unified diff