diff options
author | ivan <ivan> | 2011-04-22 23:30:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-22 23:30:22 +0000 |
commit | f8d1263de9cec1ae5b69e9b265ba39d5ed57d82e (patch) | |
tree | 0a93b77693244f7675cad1c5aea3cfd0a3870771 /bin | |
parent | 1c7c808fd3560ef18f4266432e8185fcfffca4aa (diff) |
wtxs upload changes, RT#12326
Diffstat (limited to 'bin')
-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, ); |