[freeside-commits]
freeside/httemplate/misc download-batch.cgi, 1.7, 1.8
Ivan,,,
ivan at wavetail.420.am
Thu Jun 15 17:33:33 PDT 2006
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv340
Modified Files:
download-batch.cgi
Log Message:
oops i'm gonna do that too, now that the batch format file is not the same as the batch params files
Index: download-batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/download-batch.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- download-batch.cgi 16 Jun 2006 00:27:43 -0000 1.7
+++ download-batch.cgi 16 Jun 2006 00:33:31 -0000 1.8
@@ -33,7 +33,8 @@
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 )
%><%
More information about the freeside-commits
mailing list