summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-07-30 12:37:52 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-07-30 12:37:52 -0400
commitee3fc5b946e538ac7b51a6c92ea8eac205b9fda3 (patch)
tree2281fb8f1990f4677e81eedc53006773695ea97e /FS/FS/Conf.pm
parenta5bfed744069d69a1fe07eca1a64a2b22692cc22 (diff)
RT# 80898 - added config option to allow for the changing of the name for credit card surcharge on invoice.
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index bd544c9..302bae7 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -789,6 +789,14 @@ my $validate_email = sub { $_[0] =~
},
{
+ 'key' => 'credit-card-surcharge-text',
+ 'section' => 'credit_cards',
+ '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' => 'invoicing',
'description' => 'Generate a line item on an invoice even when a package is discounted 100%',