X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=dc93196bea8a0815d2c66b6103d2359123b1873e;hb=81429b64bf32057d1c93cf4b0b2445e937b541d7;hp=bae6a7741de1db325b1944a65c4db3e44c332f26;hpb=a37da3d6492e60f723b277b90565abc34d8990d6;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bae6a7741..dc93196be 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -559,6 +559,13 @@ httemplate/docs/config.html }, { + 'key' => 'emailinvoiceautoalways', + 'section' => 'billing', + 'description' => 'Automatically adds new accounts to the email invoice list even when the list contains email addresses', + 'type' => 'checkbox', + }, + + { 'key' => 'exclude_ip_addr', 'section' => '', 'description' => 'Exclude these from the list of available broadband service IP addresses. (One per line)', @@ -2030,6 +2037,14 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + 'key' => 'impending_recur_template', + 'section' => 'billing', + 'description' => 'Template file for alerts about looming first time recurrant billing. See the Text::Template documentation for details on the template substitition language. Also see packages with a flat price plan The following variables are available', +#
  • $payby
  • $expdate most likely only confuse + 'type' => 'textarea', + }, + ); 1;