RT# 80898 - V3 fix for new configuration. set to section billing.
authorChristopher Burger <burgerc@freeside.biz>
Mon, 30 Jul 2018 18:36:12 +0000 (14:36 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 30 Jul 2018 18:36:12 +0000 (14:36 -0400)
FS/FS/Conf.pm

index f916924..d551c60 100644 (file)
@@ -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,