First attempt at fixing documenttype dependent export status

This commit is contained in:
Jonathan Jenne
2022-05-24 16:10:34 +02:00
parent b460618548
commit 143823aae2
3 changed files with 36 additions and 9 deletions

View File

@@ -244,8 +244,6 @@ Public Class frmExportMain
If oFinalSqlResult = False Then
Throw New DatabaseException("FinalSQL was not executed successfully!")
End If
oDocument.IsExported = True
Next
MsgBox($"{oExportCount} Dateien wurden erfolgreich exportiert!", MsgBoxStyle.Information, Text)