Änderungen DB für Gesamtsicherheitspositionen

This commit is contained in:
2022-11-09 09:34:39 +01:00
parent ea01d6026b
commit d3e49f57c2
2 changed files with 1 additions and 4 deletions

View File

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