Skip to content

Commit 1e9ad95

Browse files
committed
1 parent b6145b3 commit 1e9ad95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

formats.go

+1
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,7 @@ var formats = map[string]Format{
11591159
"NZ": {
11601160
Layout: "%1\n%2\n%3\n%S\n%L %P",
11611161
Required: []Field{FieldLine1, FieldLocality, FieldPostalCode},
1162+
LocalityType: LocalityTypeTownCity,
11621163
PostalCodePattern: `\d{4}`,
11631164
},
11641165
"OM": {

0 commit comments

Comments
 (0)