X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=bffda566f5d36657e7a8d16e83fb23581bf2e7d9;hb=1ef811033e1ea791388c7c8d15a3a5a720b1f37f;hp=263230b342b4840701c3f39bac57545286a44158;hpb=15a4e1674694b76ecc2af87de479aabe370ac03d;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 263230b34..bffda566f 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -350,6 +350,11 @@ sub upgrade_data { #customer credits 'cust_credit' => [], + # reason / void_reason migration to reasonnum / void_reasonnum + 'cust_credit_void' => [], + 'cust_bill_void' => [], + 'cust_bill_pkg_void' => [], + #duplicate history records 'h_cust_svc' => [],