Überarbeitung Schichtmodell
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
|
||||
Property dedet_ExcelMonatFarbe As Object
|
||||
Property dedet_ExcelMonatBezeichnung As String = ""
|
||||
Property dedet_Splitschicht As Boolean = False
|
||||
Property dedet_Hauptsplitschicht As Boolean = False
|
||||
Property dedet_Aktiv As Boolean = True
|
||||
|
||||
Property ZEITEN As New List(Of cDienstplanSchichtZeiten)
|
||||
@@ -71,6 +73,8 @@
|
||||
Me.dedet_ExcelMonatFarbe = If(row("dedet_ExcelMonatFarbe") IsNot DBNull.Value, row("dedet_ExcelMonatFarbe"), Nothing)
|
||||
Me.dedet_ExcelMonatBezeichnung = If(row("dedet_ExcelMonatBezeichnung") IsNot DBNull.Value, row("dedet_ExcelMonatBezeichnung"), "")
|
||||
Me.dedet_Aktiv = CBool(row("dedet_Aktiv"))
|
||||
Me.dedet_Splitschicht = CBool(row("dedet_Splitschicht"))
|
||||
Me.dedet_Hauptsplitschicht = CBool(row("dedet_Hauptsplitschicht"))
|
||||
|
||||
LOAD_ZEITEN(Me.dedet_id)
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user