Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9582c372

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

  • ID 9582c372695343091bf9a66cb7650f5b3e1dbe25
  • Vorgänger 47b5e5c8
  • Nachfolger b9ad2eee

Inventur-Modul: DateTime-Methode heißt subtract, nicht substract

Unterschiede anzeigen:

SL/Controller/Inventory.pm
704 704
  my $now    = DateTime->now_local;
705 705
  my $cutoff = DateTime->new(year => $now->year, month => 12, day => 31);
706 706
  if ($now->month < 1) {
707
    $cutoff->substract(years => 1);
707
    $cutoff->subtract(years => 1);
708 708
  }
709 709
  return $cutoff;
710 710
}

Auch abrufbar als: Unified diff