This commit is contained in:
2025-01-09 09:41:34 +01:00
6 changed files with 37 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ Public Class cPLOSE_Inv_Data
Property plInv_Bruttobetrag As Object = Nothing
Property plInv_Services As Object = Nothing
Property plInv_PdfFileName As Object = Nothing
Property plInv_Currency As Object = Nothing
Property plInv_daId As Object = Nothing
Property plInv_tstmp As DateTime = Now
@@ -61,6 +62,7 @@ Public Class cPLOSE_Inv_Data
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_Bruttobetrag", plInv_Bruttobetrag))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_Services", plInv_Services))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_PdfFileName", plInv_PdfFileName))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_Currency", plInv_Currency))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_daId", plInv_daId))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_tstmp", plInv_tstmp))