diff options
author | levinse <levinse> | 2011-04-13 04:22:38 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-13 04:22:38 +0000 |
commit | a96df0649e6b57d19896ec78236b4d7a8dfdf241 (patch) | |
tree | 890156dc6c8cf7f80499fba92ed1ab03e9fd3397 /FS | |
parent | 7b3528faa2b4f056a142747445a9de682f878d72 (diff) |
add config option to disable auto-application of credits to invoices, RT12331
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 43e7aaa3d..5bad05636 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -655,6 +655,13 @@ my %payment_gateway_options = ( }, { + 'key' => 'credits-auto-apply-disable', + 'section' => 'billing', + 'description' => 'Disable the "Auto-Apply to invoices" UI option for new credits', + 'type' => 'checkbox', + }, + + { 'key' => 'credit-card-surcharge-percentage', 'section' => 'billing', 'description' => 'Add a credit card surcharge to invoices, as a % of the invoice total. WARNING: this is usually prohibited by merchant account / other agreements and/or law, but is currently lawful in AU and UK.', |