fix whitespace and case correctness of city names, #71501
[freeside.git] / FS / FS / Upgrade.pm
index 377a0b1..5b27505 100644 (file)
@@ -441,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;