diff options
author | levinse <levinse> | 2011-04-13 04:24:55 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-13 04:24:55 +0000 |
commit | 9199477fb4ab87db98f5a8eb2ee6a051508293a5 (patch) | |
tree | 491e6d4f99be21ed4d632d751b05cba30192c6d0 /FS | |
parent | 24784b1f4768f4ae7b82995bdadd84ee7cac04da (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 3595db6ae..c7bcb28b0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -653,6 +653,13 @@ my %payment_gateway_options = ( 'description' => 'IP address to assign to new virtual hosts', 'type' => 'text', }, + + { + 'key' => 'credits-auto-apply-disable', + 'section' => 'billing', + 'description' => 'Disable the "Auto-Apply to invoices" UI option for new credits', + 'type' => 'checkbox', + }, { 'key' => 'discount-show-always', |