X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d551c609fdbb47dc55ed1680be7f9b93456fa22d;hb=2d317a3ea606b980ebffe85c6ad3cf0e2f94dd4e;hp=d2351c00570d809a1c09e396dff15686d504066e;hpb=3ffc2c0afc7d48282449be768bd2c36c2410e3c9;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d2351c005..d551c609f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -894,6 +894,14 @@ my $validate_email = sub { $_[0] =~ 'per_agent' => 1, }, + { + 'key' => 'credit-card-surcharge-text', + 'section' => 'billing', + 'description' => 'Text for the credit card surcharge invoice line. If not set, it will default to Credit Card Surcharge.', + 'type' => 'text', + 'per_agent' => 1, + }, + { 'key' => 'discount-show-always', 'section' => 'billing',