[freeside-commits] freeside/FS/FS/Cron upload.pm,1.2,1.3
Ivan,,,
ivan at wavetail.420.am
Fri Apr 22 16:36:27 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail.420.am:/tmp/cvs-serv7887
Modified Files:
upload.pm
Log Message:
wtxs upload changes, RT#12326
Index: upload.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/upload.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- upload.pm 22 Apr 2011 23:27:49 -0000 1.2
+++ upload.pm 22 Apr 2011 23:36:25 -0000 1.3
@@ -97,8 +97,8 @@
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";
More information about the freeside-commits
mailing list