diff options
author | ivan <ivan> | 2006-06-16 00:33:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-06-16 00:33:31 +0000 |
commit | 2aee6063dd65e588b884181542815f98319419bf (patch) | |
tree | 4ac79d5741063ee2774824d213cddeb54ef6e2ac | |
parent | 44c866ddd722374379813d774f609ef43f39dfbc (diff) |
oops i'm gonna do that too, now that the batch format file is not the same as the batch params files
-rw-r--r-- | httemplate/misc/download-batch.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi index 37b31c196..88b10eecf 100644 --- a/httemplate/misc/download-batch.cgi +++ b/httemplate/misc/download-batch.cgi @@ -33,7 +33,8 @@ my $jdate = sprintf("%03d", $date[5] % 100).sprintf("%03d", $date[7]); if ($format eq "BoM") { - my($reformat,$origid,$datacenter,$typecode,$shortname,$longname,$mybank,$myacct) = $conf->config("batchconfig-$format"); + my($origid,$datacenter,$typecode,$shortname,$longname,$mybank,$myacct) = + $conf->config("batchconfig-$format"); %><%= sprintf( "A%10s%04u%06u%05u%54s\n",$origid,$pay_batch->batchnum,$jdate,$datacenter,""). sprintf( "XD%03u%06u%-15s%-30s%09u%-12s \n",$typecode,$jdate,$shortname,$longname,$mybank,$myacct ) %><% |