summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-01-19 15:07:15 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-01-26 14:49:28 -0600
commit5a78e56cf10aea5374cf86cf9b6f1d1f75fcbba5 (patch)
treea8d632df5174c130cd7ec7988a8f54c2f98acf38 /httemplate/edit/cust_main
parent59ca431c6fcc1bd01ed5c2227b490681f18ef6f3 (diff)
RT#38363: use cust_payby when saving cards during payments [editing from cust_main]
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/billing.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html
index 7bca17b50..fbe3e485c 100644
--- a/httemplate/edit/cust_main/billing.html
+++ b/httemplate/edit/cust_main/billing.html
@@ -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') || '$';