X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=b4340d07511608d46d78a9c938ad16f0cc10e7bc;hp=d4ba7b8289bbc19e788b0ddcae2bd19e7bc7a5ed;hb=f39624dd22a91495798f253aa5f122e05a77bc41;hpb=8c8a76cd23a7022b7616cdf16bb3bbe208813810 diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index d4ba7b828..b4340d075 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -147,6 +147,13 @@ If you need to continue using the old Form 477 report, turn on the $conf->delete('tax-cust_exempt-groups-require_individual_nums'); } + # boolean+text previous_balance-exclude_from_total is now two separate options + my $total_new_charges = $conf->config('previous_balance-exclude_from_total'); + if (length($total_new_charges) > 0) { + $conf->set('previous_balance-text-total_new_charges', $total_new_charges); + $conf->set('previous_balance-exclude_from_total', ''); + } + enable_banned_pay_pad() unless length($conf->config('banned_pay-pad')); }