This commit is contained in:
2026-02-10 10:05:24 +01:00
8 changed files with 56 additions and 27 deletions

View File

@@ -180,13 +180,13 @@ Public Class frmATEZ_EZA
}
}
},
.additionalSettings = New cRelayHubAdditionalSettings With {
.AdditionalSettings = New cRelayHubAdditionalSettings With {
.combineOptions = AdditionalSettings
}
}
If If(AVISO.Zollstelle, "").length >= 4 Then
If If(AVISO.Zollstelle, "").Length >= 4 Then
ATEZ_RH_EZA.additionalData.declaration(0).headerData.addressedCustomsOffice = AVISO.Zollstelle.ToString.Substring(AVISO.Zollstelle.ToString.Length - 4)
'MsgBox(ATEZ_RH_EZA.additionalData.declaration(0).headerData.addressedCustomsOffice)
End If