RT 83251 - moved script
[freeside.git] / bin / billco-upload
old mode 100644 (file)
new mode 100755 (executable)
index a84750a..a5f67cd
@@ -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,
                                );