Ankunft, etc,

This commit is contained in:
2026-03-09 13:24:20 +01:00
parent d4ccf64bf9
commit 6cf3ed1763
3 changed files with 45 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ Public Class cGesamtsicherheitsPositionen
Property gsp_filialenNr As Object = Nothing
Property gsp_abfertigungsNr As Object = Nothing
Property gsp_ATCNr As String
Property gsp_MRNNr As String
Property gsp_erstellungsdatum As DateTime
Property gsp_isPosRundungsdiff As Boolean
@@ -56,6 +57,7 @@ Public Class cGesamtsicherheitsPositionen
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_isPosRundungsdiff", gsp_isPosRundungsdiff))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_systemuser", gsp_systemuser))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_zuletztgeandert", gsp_zuletztgeandert))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_MRNNr", gsp_MRNNr))
Return list