remove trancode from batching
authorivan <ivan>
Sun, 21 Sep 2003 07:31:26 +0000 (07:31 +0000)
committerivan <ivan>
Sun, 21 Sep 2003 07:31:26 +0000 (07:31 +0000)
FS/FS/cust_bill.pm
httemplate/misc/download-batch.cgi

index c35985f..d9f8606 100644 (file)
@@ -999,7 +999,6 @@ sub batch_card {
     'state'    => $cust_main->getfield('state'),
     'zip'      => $cust_main->getfield('zip'),
     'country'  => $cust_main->getfield('country'),
-    'trancode' => 77,
     'cardnum'  => $cust_main->getfield('payinfo'),
     'exp'      => $cust_main->getfield('paydate'),
     'payname'  => $cust_main->getfield('payname'),
@@ -1228,7 +1227,7 @@ sub print_text {
 
 =head1 VERSION
 
-$Id: cust_bill.pm,v 1.41.2.22 2003-09-19 04:25:33 ivan Exp $
+$Id: cust_bill.pm,v 1.41.2.23 2003-09-21 07:31:26 ivan Exp $
 
 =head1 BUGS
 
index 5ee12f1..ecb80d2 100644 (file)
@@ -1,6 +1,6 @@
 <%
 
-http_header('Content-Type' => 'text/comma-separated-values');
+http_header('Content-Type' => 'text/comma-separated-values' );
 
 for my $cust_pay_batch ( sort { $a->paybatchnum <=> $b->paybatchnum }
                               qsearch('cust_pay_batch', {} )