From: ivan Date: Fri, 22 Apr 2011 23:36:25 +0000 (+0000) Subject: wtxs upload changes, RT#12326 X-Git-Tag: freeside_2_3_0~343 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9da9c4500ebf070cd9fd2f452f76dfa1b847686c wtxs upload changes, RT#12326 --- 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";