Revert "Bug 4248: Fixes zip code in cities town pull down list."
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 02:20:12 +0000 (22:20 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 02:20:12 +0000 (22:20 -0400)
This reverts commit 2eac2e7242aa2685df8f511c49bbf50cb55be4fd.

C4/Members.pm

index 836b58b..4f79e3e 100644 (file)
@@ -1537,7 +1537,7 @@ sub GetCities {
     $city{""} = "";
     while ( my $data = $sth->fetchrow_hashref ) {
         push @id, $data->{'city_zipcode'}."|".$data->{'city_name'};
-        $city{ $data->{'city_zipcode'}."|".$data->{'city_name'} } = $data->{'city_name'} . " " . $data->{'city_zipcode'};
+        $city{ $data->{'city_zipcode'}."|".$data->{'city_name'} } = $data->{'city_name'};
     }
 
 #test to know if the table contain some records if no the function return nothing