X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=3c4c6eebe39b75f67b6a2dd74778708ceddbc1f4;hb=efc68f41987d007de5e792b88df1c63bf3dedf4c;hp=8684a5aa4723b21eaaba687553fa8c41ba28ab53;hpb=3c4456c1de9701d93b64fcbadcfaca598a0347d8;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8684a5aa4..3c4c6eebe 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1893,6 +1893,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'voip-cust_cdr_squelch', + 'section' => '', + 'description' => 'Enable the per-customer option for not printing CDR on invoices.', + 'type' => 'checkbox', + }, + + { 'key' => 'svc_forward-arbitrary_dst', 'section' => '', 'description' => "Allow forwards to point to arbitrary strings that don't necessarily look like email addresses. Only used when using forwards for weird, non-email things.",