[freeside-commits] freeside/FS/FS/Cron upload.pm,1.1.6.1,1.1.6.2

Ivan,,, ivan at wavetail.420.am
Fri Apr 22 16:36:28 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail.420.am:/tmp/cvs-serv7896

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.1.6.1
retrieving revision 1.1.6.2
diff -u -w -d -r1.1.6.1 -r1.1.6.2
--- upload.pm	22 Apr 2011 23:27:48 -0000	1.1.6.1
+++ upload.pm	22 Apr 2011 23:36:26 -0000	1.1.6.2
@@ -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