X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e74c19faab07da80421213c15c36ce1429d9885b;hb=87f255507af9f14dfbccd37eefd71a148f9af344;hp=d8fd5451462c5d3894c0bdae64dafaa1a74a903d;hpb=744b17e5c9a5de68ad8a24b7a35449b535f02731;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d8fd54514..e74c19faa 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1136,6 +1136,13 @@ sub reason_type_options { }, { + 'key' => 'svc_acct-ip_addr', + 'section' => '', + 'description' => 'Enable IP address management on login services like for broadband services.', + 'type' => 'checkbox', + }, + + { 'key' => 'exclude_ip_addr', 'section' => '', 'description' => 'Exclude these from the list of available broadband service IP addresses. (One per line)', @@ -3220,6 +3227,14 @@ and customer address. Include units.', }, { + 'key' => 'ics-confirm_template', + 'section' => '', + 'description' => 'Confirmation email template for uploading to ICS invoice printing. Text::Template format, with variables "%count" and "%sum".', + 'type' => 'textarea', + 'per_agent' => 1, + }, + + { 'key' => 'svc_acct-usage_suspend', 'section' => 'billing', 'description' => 'Suspends the package an account belongs to when svc_acct.seconds or a bytecount is decremented to 0 or below (accounts with an empty seconds and up|down|totalbytes value are ignored). Typically used in conjunction with prepaid packages and freeside-sqlradius-radacctd.',