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

@@ -24,6 +24,8 @@ Public Class cSicherheiten
Property gs_zollsatz As Object
Property gs_avisoId As Integer
Property gs_isRundungsdiff As Boolean
Public hasEntry = False
Dim SQL As New SQL
@@ -65,6 +67,7 @@ Public Class cSicherheiten
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_warenort", gs_warenort))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_zollsatz", gs_zollsatz))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_avisoId", gs_avisoId))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_isRundungsdiff", gs_isRundungsdiff))
Return list
End Function