summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-03-17 13:47:38 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-03-17 13:47:38 (GMT)
commit2704a99da95898e15f45f894711ae6a18af861b3 (patch)
tree7bb675bf25c7c16c1ff387fd30db2f515c20c608
parent595e77dcaf4fdfdf5026b120ca478bf19f6f8017 (diff)
btl and oi has been moved to monday
-rwxr-xr-xrhimport-btl2
-rwxr-xr-xrhimport-oi2
2 files changed, 2 insertions, 2 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;
diff --git a/rhimport-oi b/rhimport-oi
index 291d755..a570cd2 100755
--- a/rhimport-oi
+++ b/rhimport-oi
@@ -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;
@import_date = Date::Calc::Business_to_Standard(@import_date);
my $broadcast_num = `cat $LAST_FILE`;