This commit is contained in:
2024-10-01 11:02:00 +02:00
parent a5921c5faf
commit 76fbf96823
13 changed files with 35 additions and 24 deletions

View File

@@ -846,7 +846,7 @@ Public Class cATEZ_NCTS_IN
VERAG_PROG_ALLGEMEIN.cATEZ_NCTS_Routen.LOAD_LIST_ByNCTS(Route_LIST, ncts.Id)
Dim i As Integer = 0
For Each route In Route_LIST
For Each route As cATEZ_NCTS_Routen In Route_LIST
success = jsonData.UpdateString("Route[" & i & "].Country", route.Route_Country)
i = i + 1
Next