diff options
author | ivan <ivan> | 2011-04-22 23:30:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-22 23:30:23 +0000 |
commit | cb1d934d3e2fead1a4d83f394e70b16877f697ba (patch) | |
tree | ea5177926d5ea08daf6efa1fe189c4eba4e06fa1 | |
parent | bc63f0e47edf83207dc857f7f5da05193e1543e8 (diff) |
wtxs upload changes, RT#12326
-rw-r--r-- | bin/billco-upload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/billco-upload b/bin/billco-upload index 4efc18005..a84750ab2 100644 --- a/bin/billco-upload +++ b/bin/billco-upload @@ -6,7 +6,7 @@ use FS::Cron::upload; 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 +FS::Cron::upload::billco_upload( 'agentnum' => $agentnum, 'v' => 1, 'l' => 2, ); |