import asterisk CDRs without a uniqueid, RT#72090
[freeside.git] / FS / FS / Upgrade.pm
index 481646d..5b27505 100644 (file)
@@ -391,9 +391,6 @@ sub upgrade_data {
     'cust_refund' => [],
     'banned_pay' => [],
 
-    #paycardtype
-    'cust_payby' => [],
-
     #default namespace
     'payment_gateway' => [],
 
@@ -444,8 +441,12 @@ 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' => [],
+
+    #fix whitespace
+    'cust_location' => [],
   ;
 
   \%hash;