timas
This commit is contained in:
@@ -129,6 +129,7 @@ Public Class frmMitarbTimas
|
||||
If txtVname.Text = "" And txtNname.Text = "" Then MsgBox("Bitte geben Sie einen Namen ein!") : Exit Sub
|
||||
getMitarbeiter()
|
||||
Me.Refresh()
|
||||
Me.Close()
|
||||
|
||||
End Sub
|
||||
|
||||
@@ -160,6 +161,7 @@ Public Class frmMitarbTimas
|
||||
'mitarbeiter.mit_TESTonly = cbxTestaccount.Checked
|
||||
If checkMandatoryFields() Then
|
||||
timas.updateEmployee(emp, dgvData)
|
||||
|
||||
End If
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user