Closed (duplicate)
Project:
Address field for CCK
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2007 at 17:55 UTC
Updated:
27 Sep 2007 at 17:51 UTC
New Hampshire zip codes begin with a zero (03246, 03110, etc). The zip code field appears to be of type int, which strips off the leading zero and gives you an invalid zip code. I think this field type should be a varchar for this reason, and would then support 5+4 zip codes.
Comments?
Comments
Comment #1
rconstantine commentedAgreed. Will fix as soon as I can (which probably won't be for a while).
For any who might try to roll a patch before I get to this, changing field definitions in CCK is not easy. See the install file for past fixes as examples.
Comment #2
rconstantine commentedBTW, you should be using the dev version. If you just recently installed this, I'd suggest uninstalling/reinstalling rather then upgrading as some people have had issues doing that and we haven't nailed down the problem yet.
Comment #3
rconstantine commentedWait a minute. This was fixed months ago in dev.