diff options
author | ivan <ivan> | 2003-09-21 07:31:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-21 07:31:26 +0000 |
commit | bf975d7230268400f24572d1cfc38e65c5f60cb5 (patch) | |
tree | 7bae4ace64a03560030f22d7d699f7763eb606fb /FS | |
parent | e29fc081b934b823c1814d2404d60d4e03b3695a (diff) |
remove trancode from batching
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index c35985f23..d9f860684 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -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 |