summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-04-22 23:31:07 +0000
committerivan <ivan>2011-04-22 23:31:07 +0000
commitea6e828834392d8aa24106300c9fa507f9d5fd60 (patch)
treeb4809d26b9aafdf8e3df98c81989b5015fe5201b
parentcb1d934d3e2fead1a4d83f394e70b16877f697ba (diff)
wtxs upload changes, RT#12326
-rw-r--r--bin/billco-upload1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/billco-upload b/bin/billco-upload
index a84750ab2..a5f67cda4 100644
--- a/bin/billco-upload
+++ b/bin/billco-upload
@@ -7,6 +7,7 @@ adminsuidsetup shift or die "usage: billco-upload username agentnum\n";
my $agentnum = shift or die "usage: billco-upload username agentnum\n";
FS::Cron::upload::billco_upload( 'agentnum' => $agentnum,
+ 'date' => time,
'v' => 1,
'l' => 2,
);