MDM-Vollmachten, Mahnungen, Fremdwährung, Gesamtsicherheiten
This commit is contained in:
@@ -18,6 +18,9 @@ Public Class cGesamtsicherheitsPositionen
|
||||
Property gsp_erstellungsdatum As DateTime
|
||||
Property gsp_isPosRundungsdiff As Boolean
|
||||
|
||||
Property gsp_zuletztgeandert As Object = Nothing
|
||||
Property gsp_systemuser As Object = Nothing
|
||||
|
||||
Property gsp_datum As Object = Nothing
|
||||
|
||||
Public hasEntry = False
|
||||
@@ -51,6 +54,8 @@ Public Class cGesamtsicherheitsPositionen
|
||||
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))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_systemuser", gsp_systemuser))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_zuletztgeandert", gsp_zuletztgeandert))
|
||||
|
||||
|
||||
Return list
|
||||
|
||||
Reference in New Issue
Block a user