From dab5fb5f779d6b5301a2b48828c43dfa71ce278a Mon Sep 17 00:00:00 2001 From: pitzm Date: Mon, 18 Mar 2024 15:51:43 +0100 Subject: [PATCH 1/2] =?UTF-8?q?TaskFlow:=20Variable=20OverrideAll=20nach?= =?UTF-8?q?=20Auswertung=20wieder=20auf=20False=20zur=C3=BCcksetzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/TaskFlow/frmValidator.vb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/TaskFlow/frmValidator.vb b/app/TaskFlow/frmValidator.vb index 0a31ea2..4cb7252 100644 --- a/app/TaskFlow/frmValidator.vb +++ b/app/TaskFlow/frmValidator.vb @@ -4144,6 +4144,8 @@ Public Class frmValidator oErrorOcurred = True End If End If + ' Wert muss für den nächsten Beleg wieder zurückgesetzt werden. + OverrideAll = False End If If oErrorOcurred = True Then MsgBox("Unhandled error occured ... please check your log!", MsgBoxStyle.Exclamation, ADDITIONAL_TITLE) From 64b8c4a54dae866f44d7ee1c8109569fabb7b84d Mon Sep 17 00:00:00 2001 From: pitzm Date: Mon, 18 Mar 2024 15:52:53 +0100 Subject: [PATCH 2/2] TaskFlow: Version 2.4.6.9 --- app/TaskFlow/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/TaskFlow/My Project/AssemblyInfo.vb b/app/TaskFlow/My Project/AssemblyInfo.vb index c64e5d8..30c3636 100644 --- a/app/TaskFlow/My Project/AssemblyInfo.vb +++ b/app/TaskFlow/My Project/AssemblyInfo.vb @@ -14,7 +14,7 @@ Imports System.Runtime.InteropServices - + @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - +