This commit is contained in:
2024-01-04 09:57:23 +01:00
parent c2cb20ef72
commit f7fdb73b44

View File

@@ -332,7 +332,7 @@ Public Class frmMitarbeitersuche
Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG
Case "SUB" : timestp = timestp.AddHours(1)
Case "SBG" : timestp = timestp.AddHours(1)
Case "WAI" : timestp = timestp.AddMinutes(3015)
Case "WAI" : timestp = timestp.AddMinutes(30)
Case "NKD" : timestp = timestp.AddMinutes(20)
Case "DTB" : timestp = timestp.AddMinutes(40)
Case Else