fix whitespace and case correctness of city names, #71501
[freeside.git] / FS / FS / Upgrade.pm
index 6f14cd2..65b83bd 100644 (file)
@@ -478,8 +478,12 @@ sub upgrade_data {
     #populate tax statuses
     'tax_status' => [],
 
-    #mark certain taxes as system-maintained
+    #mark certain taxes as system-maintained,
+    # and fix whitespace
     'cust_main_county' => [],
+
+    #fix whitespace
+    'cust_location' => [],
   ;
 
   \%hash;