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