From: ivan Date: Fri, 22 Apr 2011 23:31:06 +0000 (+0000) Subject: wtxs upload changes, RT#12326 X-Git-Tag: freeside_2_3_0~344 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=445cfed447432576bb1cc3c1b61e4448d506d26d;hp=f8d1263de9cec1ae5b69e9b265ba39d5ed57d82e wtxs upload changes, RT#12326 --- diff --git a/bin/billco-upload b/bin/billco-upload index a84750ab2..a5f67cda4 100644 --- a/bin/billco-upload +++ b/bin/billco-upload @@ -7,6 +7,7 @@ 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, + 'date' => time, 'v' => 1, 'l' => 2, );