Esensbestellungen, MDM Datenverarbeitung, UID pruefung
This commit is contained in:
@@ -12,6 +12,7 @@ Public Class cAsfinagMaut
|
||||
Property totalAmount As Object = Nothing
|
||||
Property additionalData As Object = Nothing
|
||||
Property receiptnumber As Object = Nothing
|
||||
Property receiptCreated As Boolean = False
|
||||
|
||||
|
||||
Public hasEntry = False
|
||||
@@ -32,6 +33,7 @@ Public Class cAsfinagMaut
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("totalAmount", totalAmount))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("additionalData", additionalData))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("receiptnumber", receiptnumber))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("receiptCreated", receiptCreated))
|
||||
Return list
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user