X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=b750ba5f7c82109ef063435ed7702103afdf5b5d;hp=51af38bb6a7fc2a7290a1f875b1126d3b789ee2a;hb=ecd038f7ae5c1ffc929f3c928ecd161eeb45d9be;hpb=ac737a13813e94b9e3f2098e619a999dcd71de6f diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 51af38bb6..b750ba5f7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2185,8 +2185,8 @@ and customer address. Include units.', { 'key' => 'selfservice-payment_gateway', - 'section' => 'self-service', - 'description' => 'Force the use of this payment gateway for self-service.', + 'section' => 'deprecated', + 'description' => '(no longer supported) Force the use of this payment gateway for self-service.', %payment_gateway_options, }, @@ -2449,11 +2449,18 @@ and customer address. Include units.', { 'key' => 'billsoft-company_code', 'section' => 'taxation', - 'description' => 'Billsoft tax service company code (3 letters)', + 'description' => 'Billsoft (AvaTax for Communications) tax service company code (3 letters)', 'type' => 'text', }, { + 'key' => 'billsoft-taxconfig', + 'section' => 'taxation', + 'description' => 'Billsoft tax configuration flags. Four lines: Facilities, Franchise, Regulated, Business Class. See the Avalara documentation for instructions on setting these flags.', + 'type' => 'textarea', + }, + + { 'key' => 'avalara-taxconfig', 'section' => 'taxation', 'description' => 'Avalara tax service configuration. Four lines: company code, account number, license key, test mode (1 to enable).', @@ -2886,6 +2893,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-password_reset_hours', + 'section' => 'self-service', + 'description' => 'Numbers of hours an email password reset is valid. Defaults to 24.', + 'type' => 'text', + }, + + { 'key' => 'selfservice-password_reset_msgnum', 'section' => 'self-service', 'description' => 'Template to use for password reset emails.',