Änderungen DB für Gesamtsicherheitspositionen
This commit is contained in:
@@ -14,8 +14,7 @@ Public Class cGesamtsicherheitsPositionen
|
||||
Property gsp_ust As Object = Nothing
|
||||
Property gsp_filialenNr As Object = Nothing
|
||||
Property gsp_abfertigungsNr As Object = Nothing
|
||||
Property gsp_ATCNr As Object = Nothing
|
||||
Property gsp_MRNNr As Object = Nothing
|
||||
Property gsp_ATCNr As String
|
||||
Property gsp_erstellungsdatum As DateTime
|
||||
|
||||
Public hasEntry = False
|
||||
@@ -46,7 +45,6 @@ Public Class cGesamtsicherheitsPositionen
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_filialenNr", gsp_filialenNr))
|
||||
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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user