Rundunungsdiff bei Gesamtsicherh

This commit is contained in:
2023-01-23 08:07:21 +01:00
parent 277542caea
commit 5cf4737596
5 changed files with 2080 additions and 2057 deletions

View File

@@ -16,6 +16,7 @@ Public Class cGesamtsicherheitsPositionen
Property gsp_abfertigungsNr As Object = Nothing
Property gsp_ATCNr As String
Property gsp_erstellungsdatum As DateTime
Property gsp_isPosRundungsdiff As Boolean
Property gsp_datum As Object = Nothing
@@ -49,6 +50,7 @@ Public Class cGesamtsicherheitsPositionen
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))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_isPosRundungsdiff", gsp_isPosRundungsdiff))
Return list