on upgrade, remove all leading/trailing whitespace from address fields, #72194
[freeside.git] / FS / FS / Upgrade.pm
index 3faf47e..c959ba9 100644 (file)
@@ -355,6 +355,9 @@ sub upgrade_data {
     #remap log levels
        'log' => [],
 
+    #fix whitespace - before cust_main
+    'cust_location' => [],
+
     #cust_main (remove paycvv from history, locations, cust_payby, etc)
     'cust_main' => [],
 
@@ -484,9 +487,6 @@ sub upgrade_data {
     #mark certain taxes as system-maintained,
     # and fix whitespace
     'cust_main_county' => [],
-
-    #fix whitespace
-    'cust_location' => [],
   ;
 
   \%hash;