Merge branch 'newMaster2024' of https://git.it.verag.ag/edv/SDL into newMaster2024

This commit is contained in:
2025-10-23 11:41:22 +02:00
22 changed files with 1973 additions and 23 deletions

View File

@@ -4795,7 +4795,7 @@ RabattBerechnen:
Private Function AddAttachementToRE(pathFile As String, kdNr As Integer, RECHNUNG As cRechnungsausgang, Lieferant As String) As Boolean
If Not IO.File.Exists(pathFile) Then Return False
If Not System.IO.File.Exists(pathFile) Then Return False
Dim fi As New System.IO.FileInfo(pathFile)