RT# 34134 - updated select invoice to actually pay the invoice being selected not...
[freeside.git] / FS / FS / cust_main / Billing_Batch.pm
index eb66436..70dc288 100644 (file)
@@ -55,7 +55,8 @@ sub batch_card {
     return;
   }
   
-  my $invnum = delete $options{invnum};
+  #my $invnum = delete $options{invnum};
+  my $invnum = $options{invnum};
 
   #pay fields should all come from either cust_payby or options, not both
   #  in theory, could just pass payby, and use it to select cust_payby,