feature_gesamtsicherheiten

This commit is contained in:
2022-10-28 08:09:42 +02:00
parent 7e25fb4872
commit af481b4d16
3 changed files with 61 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ Public Class cGesamtsicherheitsPositionen
Property gsp_gspPosId As Integer
Property gsp_gsId As Object = Nothing
Property gsp_gsNr As Object = Nothing
Property gsp_warenwert As Object = Nothing
Property gsp_sicherheitsbetrag As Object = Nothing
Property gsp_freitext As Object = Nothing
@@ -35,6 +36,7 @@ Public Class cGesamtsicherheitsPositionen
Dim list As New List(Of VERAG_PROG_ALLGEMEIN.SQLVariable)
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_gspPosId", gsp_gspPosId))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_gsId", gsp_gsId))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_gsNr", gsp_gsNr))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_warenwert", gsp_warenwert))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_sicherheitsbetrag", gsp_sicherheitsbetrag))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_freitext", gsp_freitext))