X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=fce46335b7d963024d2f481ff81bc90bce4c6b54;hb=dc4e882662ac72279c008d47903a3978cf227f72;hp=3aa3e539449ceb86c955378d0b41131accd0401e;hpb=ad6c73ef3ac6288a8bf22a4adb15261ac22470b8;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 3aa3e5394..fce46335b 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -352,6 +352,12 @@ sub upgrade_data { tie my %hash, 'Tie::IxHash', + #remap log levels + 'log' => [], + + #fix whitespace - before cust_main + 'cust_location' => [], + #cust_main (remove paycvv from history, locations, cust_payby, etc) 'cust_main' => [], @@ -374,6 +380,7 @@ sub upgrade_data { # reason / void_reason migration to reasonnum / void_reasonnum 'cust_credit_void' => [], 'cust_bill_void' => [], + # also fix some tax allocation records 'cust_bill_pkg_void' => [], #duplicate history records @@ -422,7 +429,7 @@ sub upgrade_data { 'cust_refund' => [], 'banned_pay' => [], - #cardtype + #paycardtype 'cust_payby' => [], #default namespace @@ -478,7 +485,8 @@ sub upgrade_data { #populate tax statuses 'tax_status' => [], - #mark certain taxes as system-maintained + #mark certain taxes as system-maintained, + # and fix whitespace 'cust_main_county' => [], ;