From a96df0649e6b57d19896ec78236b4d7a8dfdf241 Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 13 Apr 2011 04:22:38 +0000 Subject: add config option to disable auto-application of credits to invoices, RT12331 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') 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 @@ -654,6 +654,13 @@ my %payment_gateway_options = ( 'type' => 'text', }, + { + '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', -- cgit v1.2.1