summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2011-04-22 23:31:06 +0000
committerivan <ivan>2011-04-22 23:31:06 +0000
commit445cfed447432576bb1cc3c1b61e4448d506d26d (patch)
tree8dc11a7fe47620b7cb0459143c7a6f83b25dbfaa /bin
parentf8d1263de9cec1ae5b69e9b265ba39d5ed57d82e (diff)
wtxs upload changes, RT#12326
Diffstat (limited to 'bin')
-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,
);