From 2d173a87cb11fa8661c58d4e741750bcc9305864 Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Thu, 7 Jan 2021 12:39:15 +0100 Subject: [PATCH] MS --- GUIs.Common/DocumentResultList/frmDocumentResultList.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]!")