diff options
| -rw-r--r-- | FS/FS/Conf.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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, | 
