From: Ivan Kohler Date: Thu, 31 May 2018 22:12:57 +0000 (-0700) Subject: add to a section that exists in v3, RT#79737 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1aef4abc1ce1a8469b7b707904993647a57ab296;p=freeside.git add to a section that exists in v3, RT#79737 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8b18a3c3c..97a258ca0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -888,7 +888,7 @@ my $validate_email = sub { $_[0] =~ { 'key' => 'credit-card-surcharge-flatfee', - 'section' => 'credit_cards', + 'section' => 'billing', 'description' => 'Add a credit card surcharge to invoices, as a flat fee.', 'type' => 'text', 'per_agent' => 1,