X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=f3f07984b71b32ce9efdc64b69d50a4bb31f5203;hb=51b2e1987790eb224ead07ed0a8aef828a4965de;hp=bffda566f5d36657e7a8d16e83fb23581bf2e7d9;hpb=df740c217a8f133f0143a9a2cd293bf5dd22944f;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index bffda566f..f3f07984b 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -160,6 +160,11 @@ If you need to continue using the old Form 477 report, turn on the $conf->delete('batch-errors_to'); } + if ( $conf->exists('voip-cust_email_csv_cdr') ) { + $conf->set('voip_cdr_email_attach', 'csv'); + $conf->delete('voip-cust_email_csv_cdr') ; + } + enable_banned_pay_pad() unless length($conf->config('banned_pay-pad')); }