feature_gesamtsicherheiten
This commit is contained in:
@@ -15,8 +15,7 @@ Public Class cGesamtsicherheitsPositionen
|
||||
Property gsp_abfertigungsNr As Object = Nothing
|
||||
Property gsp_ATCNr As Object = Nothing
|
||||
Property gsp_MRNNr As Object = Nothing
|
||||
|
||||
|
||||
Property gsp_erstellungsdatum As DateTime
|
||||
|
||||
Public hasEntry = False
|
||||
|
||||
@@ -25,7 +24,7 @@ Public Class cGesamtsicherheitsPositionen
|
||||
Sub New(gsp_gsId, gsp_gspPosId)
|
||||
Me.gsp_gsId = gsp_gsId
|
||||
Me.gsp_gspPosId = gsp_gspPosId
|
||||
'LOAD()
|
||||
LOAD()
|
||||
End Sub
|
||||
|
||||
Sub New()
|
||||
@@ -46,6 +45,8 @@ Public Class cGesamtsicherheitsPositionen
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_abfertigungsNr", gsp_abfertigungsNr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_ATCNr", gsp_ATCNr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_MRNNr", gsp_MRNNr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_erstellungsdatum", gsp_erstellungsdatum))
|
||||
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user