From a01698807d04bfa6f87cceadfb58ea13237f8897 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 23 Oct 2023 10:22:21 +0200 Subject: [PATCH] Fix Export to Y Button --- app/TaskFlow/frmValidator.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/TaskFlow/frmValidator.vb b/app/TaskFlow/frmValidator.vb index 15ce25e..22cdb84 100644 --- a/app/TaskFlow/frmValidator.vb +++ b/app/TaskFlow/frmValidator.vb @@ -3616,7 +3616,7 @@ Public Class frmValidator Else RibbonPageGroupCustom.Visible = False End If - If Not IsNothing(WMDocPathWindows) And ActiveWorkflowType = ConstAHWorkflow_BlindFile Then + If Not (IsNothing(WMDocPathWindows) And ActiveWorkflowType = ConstAHWorkflow_BlindFile) Then If ButtonExport2Folder_Caption <> "" And WMDocPathWindows <> "" Then If File.Exists(WMDocPathWindows) Then barbtnitmExport.Caption = ButtonExport2Folder_Caption