X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=381fd5fc57195e9144510aba5db5bf88f6539d2e;hb=7a577311abdb174c4a5b52bd5f0d751931097efd;hp=7aa7ce37e4f6531520a2866410b9f506bef70534;hpb=d353c1f9bbfee93e96219851af27a78f56837c50;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 7aa7ce37e..381fd5fc5 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -133,6 +133,12 @@ If you need to continue using the old Form 477 report, turn on the } + # boolean tax-cust_exempt-groups-require_individual_nums is now -num_req all + if ( $conf->exists('tax-cust_exempt-groups-require_individual_nums') ) { + $conf->set('tax-cust_exempt-groups-num_req', 'all'); + $conf->delete('tax-cust_exempt-groups-require_individual_nums'); + } + } sub upgrade_overlimit_groups {