diff options
author | ivan <ivan> | 2011-04-22 23:31:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-22 23:31:07 +0000 |
commit | ea6e828834392d8aa24106300c9fa507f9d5fd60 (patch) | |
tree | b4809d26b9aafdf8e3df98c81989b5015fe5201b | |
parent | cb1d934d3e2fead1a4d83f394e70b16877f697ba (diff) |
wtxs upload changes, RT#12326
-rw-r--r-- | bin/billco-upload | 1 |
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, ); |