Revision 9582c372
Von Bernd Bleßmann vor etwa 4 Jahren hinzugefügt
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
Inventur-Modul: DateTime-Methode heißt subtract, nicht substract