From: ivan Date: Fri, 16 Jun 2006 00:33:31 +0000 (+0000) Subject: oops i'm gonna do that too, now that the batch format file is not the same as the... X-Git-Tag: BEFORE_FINAL_MASONIZE~119 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2aee6063dd65e588b884181542815f98319419bf oops i'm gonna do that too, now that the batch format file is not the same as the batch params files --- 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 ) %><%