diff --git a/GUIs.Test.ZUGFeRDTest/Form1.vb b/GUIs.Test.ZUGFeRDTest/Form1.vb index 0714d37b..681efe1e 100644 --- a/GUIs.Test.ZUGFeRDTest/Form1.vb +++ b/GUIs.Test.ZUGFeRDTest/Form1.vb @@ -27,7 +27,7 @@ Public Class Form1 _logger = _logConfig.GetLogger() _mssql = New MSSQLServer(_logConfig, My.Settings.MSSQL_CONNECTIONSTRING) - _zugferd = New ZUGFeRDInterface(_logConfig, "21182889975216572111813147150675976632") + _zugferd = New ZUGFeRDInterface(_logConfig, "21182889975216572111813147150675976632", New ZUGFeRDInterface.ZugferdOptions) End Sub Private Function LoadPropertyMapFor(Args As WorkerArgs) @@ -102,7 +102,10 @@ Public Class Form1 Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click Dim oDialogResult = OpenFileDialog1.ShowDialog() - Dim oArgs As New WorkerArgs() + Dim oArgs As New WorkerArgs() With { + .AllowFacturX = False, + .AllowXRechnung = False + } oArgs = LoadPropertyMapFor(oArgs) Try