X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e8686b575592289dc6ae3e0c80f329c4e3e51cf7;hb=9208e850bf047eb4a4438ad3958b7891370d2cb1;hp=6fbd48732bbeb5b1a3e0e6be013708b2762447bc;hpb=e8dc13cd1af07846cd3015986f3a3fd34cdcdaea;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6fbd48732..e8686b575 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -190,6 +190,13 @@ httemplate/docs/config.html 'type' => 'text', }, + { + 'key' => 'alerter_template', + 'section' => 'billing', + 'description' => 'Template file for billing method expiration alerts. See the billing documentation for details.', + 'type' => 'textarea', + }, + { 'key' => 'apacheroot', 'section' => 'apache', @@ -490,6 +497,14 @@ httemplate/docs/config.html # 'description' => 'Directory which contains domain registry information. Each registry is a directory.', # }, + { + 'key' => 'report_template', + 'section' => 'required', + 'description' => 'Required template file for reports. See the billing documentation for details.', + 'type' => 'textarea', + }, + + { 'key' => 'maxsearchrecordsperpage', 'section' => 'UI',