diff options
Diffstat (limited to 'FS/FS/Conf.pm')
| -rw-r--r-- | FS/FS/Conf.pm | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c58ca33f4..8b18a3c3c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -887,6 +887,14 @@ my $validate_email = sub { $_[0] =~    },    { +    'key'         => 'credit-card-surcharge-flatfee', +    'section'     => 'credit_cards', +    'description' => 'Add a credit card surcharge to invoices, as a flat fee.', +    'type'        => 'text', +    'per_agent'   => 1, +  }, + +  {      'key'         => 'discount-show-always',      'section'     => 'billing',      'description' => 'Generate a line item on an invoice even when a package is discounted 100%', | 
