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-19 15:07:15 -0600
commit74cf17d7e822d75cbf51098c7e337ba4174b18aa (patch)
tree337c0e16ab26c58acad5797aead6dcd7587ffe65 /httemplate/edit/cust_main
parent816f74ae7cec86971d6fd2abfd45a166532f720c (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') || '$';