add -t flag to bulk void for payment type, RT#73413
[freeside.git] / bin / billco-upload
index 4efc180..a5f67cd 100644 (file)
@@ -6,7 +6,8 @@ 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
+FS::Cron::upload::billco_upload( 'agentnum' => $agentnum,
+                                 'date' => time,
                                  'v' => 1,
                                  'l' => 2,
                                );