X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=d06b7d8a7a39da3270f1dbf67145d139fe10df81;hb=392d4b113894af4ff051e3363d8b3c78c2d223dc;hp=5b27505771b6933b0e67b84fed1fb734e22bc9e5;hpb=dd9a0ea1c8351841c8d41ab46e94abbdb0c75db4;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 5b2750577..d06b7d8a7 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -329,6 +329,9 @@ sub upgrade_data { tie my %hash, 'Tie::IxHash', + #fix whitespace - before cust_main + 'cust_location' => [], + #cust_main (remove paycvv from history) 'cust_main' => [], @@ -345,6 +348,9 @@ sub upgrade_data { #customer credits 'cust_credit' => [], + # fix some tax allocation records + 'cust_bill_pkg_void' => [], + #duplicate history records 'h_cust_svc' => [], @@ -444,9 +450,6 @@ sub upgrade_data { #mark certain taxes as system-maintained, # and fix whitespace 'cust_main_county' => [], - - #fix whitespace - 'cust_location' => [], ; \%hash;