RT# 30783 Clean up json code for free_addrs
[freeside.git] / FS / FS / Upgrade.pm
index 6edec90..5be33fa 100644 (file)
@@ -497,6 +497,13 @@ sub upgrade_data {
     #mark certain taxes as system-maintained,
     # and fix whitespace
     'cust_main_county' => [],
+
+    #'compliance solutions' -> 'compliance_solutions'
+    'tax_rate' => [],
+    'tax_rate_location' => [],
+
+    #upgrade part_event_condition_option agentnum to a multiple hash value
+    'part_event_condition_option' =>[],
   ;
 
   \%hash;