Timas, SDl

This commit is contained in:
2024-02-08 11:41:12 +01:00
parent 26a037b5ee
commit 9738820838
3 changed files with 14 additions and 3 deletions

View File

@@ -334,6 +334,13 @@ Public Class frmMitarbTimas
If vbYes = MsgBox("Möchten Sie Daten aus AVISO/SDL übernehmen?", vbYesNo) Then
If avisoEmp IsNot Nothing AndAlso avisoEmp.mit_username <> "" Then
txtUsername.Text = avisoEmp.mit_username
If avisoEmp.mit_emailprivat <> "" Then
txtEmail.Text = avisoEmp.mit_emailprivat
ElseIf avisoEmp.mit_email <> ""Then
txtEmail.Text = avisoEmp.mit_email
End If
If txtInfo.Text = "" Then
txtInfo.Text = avisoEmp.mit_firma & " - " & avisoEmp.mit_abteilung
End If