diff options
Diffstat (limited to 'rhimport-btl')
-rwxr-xr-x | rhimport-btl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-btl b/rhimport-btl index e212793..600535f 100755 --- a/rhimport-btl +++ b/rhimport-btl @@ -73,7 +73,7 @@ my $to_cart = $allowed_dbs[0]->{'TO_CART'}; my @today = Date::Calc::Today(); my @import_date = Date::Calc::Add_Delta_Days(@today, 7); @import_date = Date::Calc::Standard_to_Business(@import_date); -$import_date[2] = 2; +$import_date[2] = 1; my @broadcast_date = @import_date; $broadcast_date[2] = 5; |