Dakosy Ankunftsanzeige, Offerten, Sendungen, etc.
This commit is contained in:
@@ -95,6 +95,7 @@ Public Class cSendungen
|
||||
|
||||
Property tblSnd_ATB_Nr As Object = Nothing
|
||||
Property tblSnd_ATB_T1 As Object = Nothing
|
||||
Property tblSnd_T1_Frist As Object = Nothing
|
||||
|
||||
Property tblSnd_Vorpapier As Object = Nothing
|
||||
Property tblSnd_Vorpapier_Pos As Object = Nothing
|
||||
@@ -489,7 +490,7 @@ Public Class cSendungen
|
||||
Me.tblSnd_Firma = SQL.checkNullReturnValue(dr.Item("tblSnd_Firma"), Nothing)
|
||||
Me.tblSnd_Cluster = SQL.checkNullReturnValue(dr.Item("tblSnd_Cluster"), Nothing)
|
||||
Me.tblSnd_ATBFakturieren = SQL.checkNullReturnValue(dr.Item("tblSnd_ATBFakturieren"), Nothing)
|
||||
|
||||
Me.tblSnd_T1_Frist = SQL.checkNullReturnValue(dr.Item("tblSnd_T1_Frist"), Nothing)
|
||||
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user