diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-05-31 15:12:57 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-05-31 15:12:57 -0700 |
| commit | 1aef4abc1ce1a8469b7b707904993647a57ab296 (patch) | |
| tree | de5a83eac1e032f1c759de930038e2920bc3ff46 | |
| parent | ec61d63e707e874ae5ba606accb192dfb6b5ef82 (diff) | |
add to a section that exists in v3, RT#79737
| -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, |
