X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=5c6c411b37a1f7b0e01bd0f87216806b3b7ebeaf;hb=1ef463d50def1a8af49a8687ae4fc53f40311ab4;hp=2f8ac243db3e0b3ac98d215f50ae640b7b83d93f;hpb=aa20afbcdd752835076600f1ba8dc3e173efe523;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2f8ac243d..5c6c411b3 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -780,6 +780,14 @@ my $validate_email = sub { $_[0] =~ 'per_agent' => 1, }, + { + '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' => 'invoicing',