Celeg Korr

This commit is contained in:
2023-03-10 08:22:03 +01:00
parent 5dbd3931da
commit 8e01eadc1f
6 changed files with 59 additions and 22 deletions

View File

@@ -1886,11 +1886,11 @@ Public Class usrCntlKundenuebersicht
Dim sGetValue As EORI.eoriValidationResult = CallWebService.validateEORI(arrEori)
Dim f As EORI.eoriResponse
MsgBox(sGetValue.requestDate)
MsgBox(sGetValue.errorDescription.ToString)
'MsgBox(sGetValue.requestDate)
'MsgBox(sGetValue.errorDescription.ToString)
MsgBox("OK")
MsgBox(sGetValue.result)
'MsgBox("OK")
'MsgBox(sGetValue.result)
If f.status = 100 Then