Uebrstunden, MDMFunctions

This commit is contained in:
2024-10-29 10:47:40 +01:00
parent 74faffede5
commit 16abe58def
3 changed files with 28 additions and 11 deletions

View File

@@ -195,7 +195,7 @@ Public Class cMDMFunctionsAllgemein
sumChangedOK = False
End If
If Not Math.Round(CDbl(r.Item("UStV_SummeVorschaubetragEUR_PLOSE")), 2) = curUStV_SummeVorschaubetragEUR_PLOSE Then
If Not IsDBNull(r.Item("UStV_SummeVorschaubetragEUR_PLOSE")) AndAlso Not Math.Round(CDbl(r.Item("UStV_SummeVorschaubetragEUR_PLOSE")), 2) = curUStV_SummeVorschaubetragEUR_PLOSE Then
sumChangedPLOSE = True
sumChangedPLOSEOK = False
End If