Mailversand, Abrechnung, Kundenblatt, MDMEinarbeitung, etc.
This commit is contained in:
@@ -12,6 +12,7 @@ Public Class cMDMEinarbeitung
|
||||
Property completed As Boolean = False
|
||||
Property completed_date As Object = Nothing
|
||||
Property import_date As Object = Nothing
|
||||
Property importfilename As Object = Nothing
|
||||
|
||||
Public hasEntry = False
|
||||
|
||||
@@ -46,6 +47,7 @@ Public Class cMDMEinarbeitung
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("completed", completed))
|
||||
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))
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user