API, etc.
This commit is contained in:
@@ -13,6 +13,9 @@ Public Class cMDMEinarbeitung
|
||||
Property completed_date As Object = Nothing
|
||||
Property import_date As Object = Nothing
|
||||
Property importfilename As Object = Nothing
|
||||
Property billingdate As Object = Nothing
|
||||
Property billing_completed As Boolean = False
|
||||
|
||||
|
||||
Public hasEntry = False
|
||||
|
||||
@@ -48,6 +51,8 @@ Public Class cMDMEinarbeitung
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("completed_date", completed_date))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("import_date", import_date))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("importfilename", importfilename))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("billingdate", billingdate))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("billing_completed", billing_completed))
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user