neu
This commit is contained in:
@@ -1641,6 +1641,13 @@ Public Class cZOLL_IMPORT
|
||||
End If
|
||||
End If
|
||||
|
||||
' Qualitäts-CRN --> Tabelle zsAnmGdsItemDocCerts lesen.
|
||||
Dim DTzsAnmGdsQ As DataTable = KDSQL.loadDgvBySql("Select distinct(DRef) DRef FROM [zsAnmGdsItemDocCerts] WHERE (LizenzNr = '" & DR_zsAnmRefs.Item("LizenzNr") & "') And (OperatorID = " & DR_zsAnmRefs.Item("OperatorID") & ") And (VorgangID = '" & DR_zsAnmRefs.Item("VorgangID") & "') And (AnmID = " & DR_zsAnmRefs.Item("AnmID") & " AND DocCd IN ('N002' ,'7246') )", "EZOLL")
|
||||
If DTzsAnmGdsQ IsNot Nothing AndAlso DTzsAnmGdsQ.Rows().Count > 0 Then
|
||||
If Not IsNull(DTzsAnmGdsQ.Rows(0).Item("DRef")) Then SPEDITIONSBUCH.QKN = DTzsAnmGdsQ.Rows(0).Item("DRef")
|
||||
End If
|
||||
|
||||
|
||||
'Personal Abfertigung:
|
||||
Try
|
||||
If Not IsNull(DR_zsAnmRefs.Item("GeaendertVon")) Then
|
||||
|
||||
Reference in New Issue
Block a user