From 9da9c4500ebf070cd9fd2f452f76dfa1b847686c Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 22 Apr 2011 23:36:25 +0000 Subject: [PATCH] wtxs upload changes, RT#12326 --- FS/FS/Cron/upload.pm | 4 ++-- 1 file 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"; -- 2.11.0