RT# 77532 - fixed error where cust main fax not showing, and fixed checking of phonet...
[freeside.git] / FS / FS / UI / Web.pm
index 76071d9..84f3979 100644 (file)
@@ -475,7 +475,7 @@ sub cust_sql_fields {
     }
   }
 
-  foreach my $field (qw(daytime night mobile fax )) {
+  foreach my $field (qw(daytime night mobile fax)) {
     push @fields, $field if (grep { $_ eq $field } @cust_fields);
   }
   push @fields, 'agent_custid';