Revision e83cdc76
Von Jan Büren vor etwa 2 Jahren hinzugefügt
SL/BackgroundJob/SetClosedTo.pm | ||
---|---|---|
22 | 22 |
&& $subtract_days =~ m/^\d+\z/); |
23 | 23 |
|
24 | 24 |
# new closedto |
25 |
my $new_closedto = DateTime->new(month => 10, day => 10, year => 2022); |
|
26 |
$new_closedto->subtract(months => $subtract_month, days => $subtract_days); |
|
25 |
my $new_closedto->subtract(months => $subtract_month, days => $subtract_days); |
|
27 | 26 |
|
28 | 27 |
my $defaults = SL::DB::Default->get; |
29 | 28 |
|
Auch abrufbar als: Unified diff
SetClosedTo: sehr fehlerhaftes debugging entfernt ...