This commit is contained in:
2021-03-04 15:41:35 +01:00
parent 326c3fcb11
commit 8233a21e83
16 changed files with 4160 additions and 322 deletions

View File

@@ -581,7 +581,7 @@ Public Class usrcntlAktDetails
r.Cells("FilialenNr").Style.ForeColor = Color.White
Select Case r.Cells("FilialenNr").Value
Case "4803", "4805", "5003", "5103", "5303", "4811"
Case "4803", "4805", "5003", "5103", "5303", "4811", "7001"
r.Cells("FilialenNr").Style.BackColor = Color.FromArgb(0, 54, 128)
r.Cells("FilialenNr").Style.ForeColor = r.Cells("FilialenNr").Style.BackColor
Case "5501"