summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-04-22 23:36:26 +0000
committerivan <ivan>2011-04-22 23:36:26 +0000
commitec3d9b504d0ef97917776a8a00bd29133afe8876 (patch)
treebebe4fff502fd8a1f75a0c75d768e1991dea8d42 /FS
parentea6e828834392d8aa24106300c9fa507f9d5fd60 (diff)
wtxs upload changes, RT#12326
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Cron/upload.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Cron/upload.pm b/FS/FS/Cron/upload.pm
index cb6c62876..6406c15b2 100644
--- a/FS/FS/Cron/upload.pm
+++ b/FS/FS/Cron/upload.pm
@@ -97,8 +97,8 @@ sub billco_upload {
or die "no username for agent $agentnum\n";
my $password = $conf->config( 'billco-password', $agentnum, 1 )
or die "no password for agent $agentnum\n";
- my $clicode = $conf->config( 'billco-clicode', $agentnum )
- or die "no clicode for agent $agentnum\n";
+ my $clicode = $conf->config( 'billco-clicode', $agentnum, 1 );
+ #or die "no clicode for agent $agentnum\n";
die "no date provided\n" unless $opt{date};
my $zipfile = "$dir/agentnum$agentnum-$opt{date}.zip";