[freeside-commits] freeside/bin billco-upload,NONE,1.7.2.2
Ivan,,,
ivan at wavetail.420.am
Fri Apr 22 16:27:50 PDT 2011
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail.420.am:/tmp/cvs-serv7073
Added Files:
Tag: FREESIDE_2_1_BRANCH
billco-upload
Log Message:
wtxs upload changes, RT#12326
--- NEW FILE: billco-upload ---
#!/usr/bin/perl
use FS::UID qw(adminsuidsetup);
use FS::Cron::upload;
adminsuidsetup shift or die "usage: billco-upload username agentnum\n";
my $agentnum = shift or die "usage: billco-upload username agentnum\n";
FS::Cron::upload::billco_upload( 'agentnum' => $agentnum
'v' => 1,
'l' => 2,
);
1;
More information about the freeside-commits
mailing list