summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-07-30 14:36:12 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-07-30 14:36:12 -0400
commit6806daf3bbe72a73cf952c1e145eb7b1a3c4edad (patch)
tree1572581d6f63f7622deed0d37d2b4241ba4895ff
parent8092cbafeef427df34beeea1342015c43b696f14 (diff)
RT# 80898 - V3 fix for new configuration. set to section billing.
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index f916924af..d551c609f 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -896,7 +896,7 @@ my $validate_email = sub { $_[0] =~
{
'key' => 'credit-card-surcharge-text',
- 'section' => 'credit_cards',
+ 'section' => 'billing',
'description' => 'Text for the credit card surcharge invoice line. If not set, it will default to Credit Card Surcharge.',
'type' => 'text',
'per_agent' => 1,