X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;fp=FS%2FFS%2FUpgrade.pm;h=d86238c8632843549b1e7579f0d6f48beb58788a;hp=f5086853ed1feaa483eb88702d078e73acff3953;hb=e440bae0f6f832117318b241e93f91d22995013f;hpb=f78628bc9d1bdca7b55508b99596502336ce5d6f 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 {