X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=d06b7d8a7a39da3270f1dbf67145d139fe10df81;hb=578a588aaaeb3f416bfdbc2e7bac816669a49f47;hp=481646d58ff9fc994a139c1dee01095ecdf3063f;hpb=77e088ce10a52b40743ff9ae7e82336f167db2f8;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 481646d58..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' => [], @@ -391,9 +397,6 @@ sub upgrade_data { 'cust_refund' => [], 'banned_pay' => [], - #paycardtype - 'cust_payby' => [], - #default namespace 'payment_gateway' => [], @@ -444,7 +447,8 @@ sub upgrade_data { #set default locations on quoted packages 'quotation_pkg' => [], - #mark certain taxes as system-maintained + #mark certain taxes as system-maintained, + # and fix whitespace 'cust_main_county' => [], ;