[fix:] plz's and pplz's CAN be alphanumeric

This commit is contained in:
2025-11-27 14:48:24 +01:00
parent 7cd02456bc
commit 8c56717b9c
3 changed files with 48 additions and 38 deletions

View File

@@ -61,10 +61,10 @@ public class DataImport
parts[7],
parts[8],
parts[9],
ParseInt(parts[10]),
parts[10],
parts[11],
parts[12],
ParseInt(parts[13]),
parts[13],
parts[14],
parts[15],
parts[16],
@@ -196,10 +196,10 @@ public class DataImport
GetField("anredzus"),
GetField("strasse"),
GetField("strasse2"),
ParseInt(GetField("plz")),
GetField("plz"),
GetField("ort"),
GetField("land"),
ParseInt(GetField("pplz")),
GetField("pplz"),
GetField("postfach"),
GetField("name1"),
GetField("name2"),