feature_gesamtsicherheiten
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user