Closed (fixed)
Project:
Zipcode (CCK)
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2009 at 22:56 UTC
Updated:
10 Feb 2012 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
matteoraggi commentedmore info about it on wikipedia: http://en.wikipedia.org/wiki/List_of_postal_codes_in_Italy
Comment #2
thierry_gd commentedAdded in 6.2.8 version
Comment #4
miguel.ceriani commentedthe check for italian zip codes admits only 4 digits codes, while italian zip codes are always 5 digits code.
should be enough to change the expression /^(V-|I-|IT-)?[0-9]{4}$/i with /^(V-|I-|IT-)?[0-9]{5}$/i
Comment #5
liam morlandThe attached patch implements this fix in master.
Comment #6
liam morlandFixed in 6e15b36.