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

index 4793608..c15dad4 100644 (file)
@@ -636,7 +636,6 @@ sub batch_card {
     'state'    => $cust_main->getfield('state'),
     'zip'      => $cust_main->getfield('zip'),
     'country'  => $cust_main->getfield('country'),
     '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'),
     'cardnum'  => $cust_main->getfield('payinfo'),
     'exp'      => $cust_main->getfield('paydate'),
     'payname'  => $cust_main->getfield('payname'),
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', {} )
 
 for my $cust_pay_batch ( sort { $a->paybatchnum <=> $b->paybatchnum }
                               qsearch('cust_pay_batch', {} )