This commit is contained in:
2022-08-04 11:07:36 +02:00
parent 0f94cab4f1
commit 83a4d1f7c9
28 changed files with 513 additions and 104 deletions

View File

@@ -274,12 +274,13 @@ Public Class clsWorkEmail
WM_REFERENCE_INDEX = oDataRow("WM_REFERENCE_INDEX")
Catch ex As Exception
Logger.Debug($"Attention WM_REFERENCE_INDEX seems to be Empty/null: {ex.Message}")
WM_REFERENCE_INDEX = Nothing
WM_REFERENCE_INDEX = ""
End Try
Try
WM_VECTOR_LOG = oDataRow("WM_VECTOR_LOG")
Catch ex As Exception
WM_VECTOR_LOG = Nothing
Logger.Debug($"Attention WM_VECTOR_LOG seems to be Empty/null: {ex.Message}")
WM_VECTOR_LOG = ""
End Try
WM_OBJEKTTYPE = oDataRow("WM_OBJEKTTYPE")