diff options
-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, ); |