feature_gesamtsicherheiten

This commit is contained in:
2022-10-21 17:02:35 +02:00
parent f078413d5c
commit 7e25fb4872
2 changed files with 6 additions and 5 deletions

View File

@@ -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