X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=9919065637bfa4687ea472deb202dad4cd037ea0;hb=e4f75250ed4828000922cf4d7fecef62a83b60dd;hp=5ed3b6becc7b970f7eebdc6c29bb7ddf14b84dda;hpb=8f1cccb810e60497f36e7832d92c058cbfe18b6d;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5ed3b6bec..991906563 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -655,6 +655,13 @@ my %payment_gateway_options = ( }, { + 'key' => 'discount-show-always', + 'section' => 'billing', + 'description' => 'Generate a line item on an invoice even when a package is discounted 100%', + 'type' => 'checkbox', + }, + + { 'key' => 'encryption', 'section' => 'billing', 'description' => 'Enable encryption of credit cards.',