div. Änderungen
This commit is contained in:
@@ -541,6 +541,8 @@ Public Class cRechnungsausgang
|
||||
End If
|
||||
End If
|
||||
|
||||
'checkFirmen
|
||||
|
||||
Return True
|
||||
End Function
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ Public Class cUeberstunden
|
||||
Property uest_overwriteValue As Boolean
|
||||
Property uest_paidout_sum As Object = Nothing
|
||||
Property uest_isParttime As Boolean
|
||||
Property uest_ignorePayoutDate As Boolean
|
||||
|
||||
Public hasEntry = False
|
||||
|
||||
@@ -59,6 +60,7 @@ Public Class cUeberstunden
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_overwriteValue", uest_overwriteValue))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_paidout_sum", uest_paidout_sum))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_isParttime", uest_isParttime))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_ignorePayoutDate", uest_ignorePayoutDate))
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user