gesamtsicherheiten
This commit is contained in:
@@ -17,6 +17,8 @@ Public Class cGesamtsicherheitsPositionen
|
||||
Property gsp_ATCNr As String
|
||||
Property gsp_erstellungsdatum As DateTime
|
||||
|
||||
Property gsp_datum As Object = Nothing
|
||||
|
||||
Public hasEntry = False
|
||||
|
||||
Dim SQL As New SQL
|
||||
@@ -46,6 +48,7 @@ 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_erstellungsdatum", gsp_erstellungsdatum))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_datum", gsp_datum))
|
||||
|
||||
|
||||
Return list
|
||||
|
||||
Reference in New Issue
Block a user