plose, MDMDateneinarbeitung(PLOSE)
This commit is contained in:
@@ -24,9 +24,9 @@ Public Class cPLOSE_Inv_Data
|
||||
Property plInv_Currency As Object = Nothing
|
||||
Property plInv_daId As Object = Nothing
|
||||
Property plInv_tstmp As DateTime = Now
|
||||
|
||||
|
||||
|
||||
Property plInv_UStVAn_ID As Object = Nothing
|
||||
Property plInv_Archiv As Object = Nothing
|
||||
Property plInv_ArchiviertDatum As Object = Nothing
|
||||
|
||||
|
||||
Public hasEntry = False
|
||||
@@ -65,6 +65,9 @@ Public Class cPLOSE_Inv_Data
|
||||
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))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_UStVAn_ID", plInv_UStVAn_ID))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_Archiv", plInv_Archiv))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_ArchiviertDatum", plInv_ArchiviertDatum))
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user