X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=6333a834ec13cbc8c9039ecd86251b46bbc9f87c;hp=35a1e19c3e1b875aa6b23b24dbe9a61b3c23f9f3;hb=c901bfbd9114865ce0c6fd76c6378e534c3616d5;hpb=59fe7dfd7fa6d31c30f3458af05510041ba529e0 diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 35a1e19c3..6333a834e 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -10,6 +10,7 @@ use FS::Conf; use FS::Record qw(qsearchs qsearch str2time_sql); use FS::queue; use FS::upgrade_journal; +use FS::Setup qw( enable_banned_pay_pad ); use FS::svc_domain; $FS::svc_domain::whois_hack = 1; @@ -146,6 +147,8 @@ If you need to continue using the old Form 477 report, turn on the $conf->delete('tax-cust_exempt-groups-require_individual_nums'); } + enable_banned_pay_pad() unless length($conf->config('banned_pay-pad')); + } sub upgrade_overlimit_groups {