ueberstunden, messenger
This commit is contained in:
@@ -19,6 +19,7 @@ Public Class cUeberstunden
|
||||
Property uest_maxUE As Object = Nothing
|
||||
Property uest_ignoreLimit As Boolean
|
||||
Property uest_overwriteValue As Boolean
|
||||
Property uest_paidout_sum As Object = Nothing
|
||||
|
||||
Public hasEntry = False
|
||||
|
||||
@@ -55,6 +56,7 @@ Public Class cUeberstunden
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_ignoreLimit", uest_ignoreLimit))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_maxUE", uest_maxUE))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_overwriteValue", uest_overwriteValue))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_paidout_sum", uest_paidout_sum))
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user