div. Änderungen, etc.
This commit is contained in:
@@ -113,11 +113,11 @@ Public Class frmMDMDatenverarbetiung
|
||||
Dim dt As DataTable = SQL.loadDgvBySql_Param(sqlstr, "FMZOLL")
|
||||
|
||||
If dt.Rows.Count > 0 Then
|
||||
Dim hasImcompleIports As Boolean = dt.AsEnumerable().Any(Function(row) row.Field(Of Boolean)("completed") = False)
|
||||
If hasImcompleIports Then
|
||||
Dim hasIncompleteImports As Boolean = dt.AsEnumerable().Any(Function(row) row.Field(Of Boolean)("completed") = False)
|
||||
If hasIncompleteImports Then
|
||||
pb_importOK.BackgroundImage = SDL.My.Resources.Resources.del
|
||||
Else
|
||||
If LIEFERANT = "IDS" Then 'IDS Bedard aktuell noch einer Nachbearbeitung!
|
||||
If LIEFERANT = "IDS" Then 'IDS Bedarf aktuell noch einer Nachbearbeitung!
|
||||
Dim nacharbeitungNotCompleted As Boolean = dt.AsEnumerable().Any(Function(row) row.Field(Of Boolean)("nacharbeitung_completed") = False)
|
||||
|
||||
If nacharbeitungNotCompleted Then
|
||||
|
||||
Reference in New Issue
Block a user