X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=d86238c8632843549b1e7579f0d6f48beb58788a;hb=e440bae0f6f832117318b241e93f91d22995013f;hp=f5086853ed1feaa483eb88702d078e73acff3953;hpb=f746168f9c0a003a2ccb7032c9feae37ca4e20d3;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index f5086853e..d86238c86 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -145,6 +145,11 @@ If you need to continue using the old Form 477 report, turn on the $conf->set('previous_balance-exclude_from_total', ''); } + if ( $conf->exists('voip-cust_email_csv_cdr') ) { + $conf->set('voip_cdr_email_attach', 'csv'); + $conf->delete('voip-cust_email_csv_cdr') ; + } + } sub upgrade_overlimit_groups {