This commit is contained in:
2024-08-06 23:05:15 +02:00
parent 72d5d41ee7
commit a68523b39d

View File

@@ -4697,16 +4697,16 @@ Public Class frmStartOptions
fehler = mse.getTransactionsFromTransactionID(token, transactions, dtTransactionID)
If fehler <> "" Then
MsgBox(fehler)
Me.Visible = True
Exit Sub
End If
fehler = mse.getTransactionsFromTransactionID(token, transactions, dtTransactionID)
If fehler <> "" Then
MsgBox(fehler)
Me.Visible = True
Exit Sub
End If
Me.Visible = True
End If
Me.Visible = True
End Sub
End Class