diff --git a/GUIs.Common/DocumentResultList/frmDocumentResultList.vb b/GUIs.Common/DocumentResultList/frmDocumentResultList.vb index 10d1dd7e..96e48059 100644 --- a/GUIs.Common/DocumentResultList/frmDocumentResultList.vb +++ b/GUIs.Common/DocumentResultList/frmDocumentResultList.vb @@ -294,7 +294,7 @@ Public Class frmDocumentResultList Throw New ApplicationException($"Datatable is missing DocId Column [{COLUMN_DOCID}]!") End If If _IsLegacy Then - sdsd + End If If Datatable.Columns.Contains(COLUMN_FILEPATH) = False Then Throw New ApplicationException($"Datatable is missing Filepath Column [{COLUMN_FILEPATH}]!")