RT#38363: use cust_payby when saving cards during payments [editing from cust_main]
[freeside.git] / httemplate / edit / cust_main / billing.html
index 7bca17b..fbe3e48 100644 (file)
@@ -326,7 +326,6 @@ function toggle(obj) {
 
 my( $cust_main, %options ) = @_;
 my @invoicing_list = @{ $options{'invoicing_list'} };
-my $payinfo = $options{'payinfo'};
 my $conf = new FS::Conf;
 
 my $money_char = $conf->config('money_char') || '$';