merge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user