From: Christopher Burger Date: Mon, 30 Jul 2018 18:36:12 +0000 (-0400) Subject: RT# 80898 - V3 fix for new configuration. set to section billing. X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6806daf3bbe72a73cf952c1e145eb7b1a3c4edad RT# 80898 - V3 fix for new configuration. set to section billing. --- 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,