X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8d26e91aa754aa3b7f374b340bcf71e4b4a9be28;hb=72deba42ac5847c2a6bdeea20157035b8f9df7ae;hp=5488806043d05f3aa6a67584aae693649b73a8f2;hpb=c1716537b317caa8c964def273176ed88242edbc;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 548880604..8d26e91aa 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2297,6 +2297,13 @@ and customer address. Include units.', }, { + 'key' => 'svc_broadband-radius', + 'section' => '', + 'description' => 'Enable RADIUS groups for broadband services.', + 'type' => 'checkbox', + }, + + { 'key' => 'svc_acct-alldomains', 'section' => '', 'description' => 'Allow accounts to select any domain in the database. Normally accounts can only select from the domain set in the service definition and those purchased by the customer.', @@ -2476,7 +2483,21 @@ and customer address. Include units.', 'paymask,amount,zip' => 'Verify with credit card (or bank account) last 4 digits, payment amount and zip code', ], }, - + + { + 'key' => 'selfservice-password_reset_msgnum', + 'section' => 'self-service', + 'description' => 'Template to use for password reset emails.', + %msg_template_options, + }, + + { + 'key' => 'selfservice-hide_invoices-taxclass', + 'section' => 'self-service', + 'description' => 'Hide invoices with only this package tax class from self-service. Typically set to something like "Previous balance" and used when importing legacy invoices into legacy_cust_bill.', + 'type' => 'text', + }, + { 'key' => 'selfservice-recent-did-age', 'section' => 'self-service',