Zipcode not showing up in Views table and list views.
Tresler - January 23, 2007 - 23:16
| Project: | zipcode (CCK) |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Tresler |
| Status: | closed |
Description
This is the same reason as explained with phone.module... http://drupal.org/node/99042
patch forthcoming.

#1
Patch attached. Formatting is still done before data is entered into database, addition of default formatter.
For 4.7 against ver. 1.7
#2
Had a similar issue and was about to submit a very similar patch. To bad I did not find this one earlier :-(
The issue I had was with zipcodes not showing up at all in drupal 5, only with custom node themes. Adding the formatter hooks is key.
#3
One more thing, after applying the patch I had to remove existing zipcode fields and add them back before the patch took effect.
When I removed and then re-added the same field (same field name), none of the values where lost.
#4
Taken into account in drupal 5 version
#5