wtxs upload changes, RT#12326
authorivan <ivan>
Fri, 22 Apr 2011 23:36:25 +0000 (23:36 +0000)
committerivan <ivan>
Fri, 22 Apr 2011 23:36:25 +0000 (23:36 +0000)
FS/FS/Cron/upload.pm

index cb6c628..6406c15 100644 (file)
@@ -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";