Bugfix Feiertagsberechnung, Feature Urlaubskalender nachträglich synchronisieren -> hierfür muss der DP bzw. MA nicht neu gesynched werden

This commit is contained in:
2023-01-27 13:44:23 +01:00
parent d9680713ee
commit 8f3925d4cf
3 changed files with 6 additions and 4 deletions

View File

@@ -4098,7 +4098,7 @@ Public Class cDienstplan
Dim datum As Date = CDate(dr.Item("dstetr_datum"))
Dim woTag = datum.ToString("ddd", New CultureInfo("de-DE")).ToUpper
Dim FT As New VERAG_PROG_ALLGEMEIN.cFeiertage()
Dim FT As New VERAG_PROG_ALLGEMEIN.cFeiertage(datum.Year)
' If FT.isFeiertag(datum) And woTag <> "SO" And woTag <> "SA" Then
' s +=
' End If