This commit is contained in:
2025-05-21 10:19:00 +02:00
parent d7722fe0d7
commit 4ee38e0965
3 changed files with 219 additions and 14 deletions

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.4.0.3")>
<Assembly: AssemblyFileVersion("1.4.0.3")>
<Assembly: AssemblyVersion("1.4.0.4")>
<Assembly: AssemblyFileVersion("1.4.0.4")>

View File

@@ -4644,7 +4644,14 @@ RabattBerechnen:
trans.Zeitstempel = Now()
trans.Sachbearbeiter = VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME
If trans.SAVE() Then i += 1
If trans.OBONumber IsNot Nothing Then
If trans.SAVE_OBO() Then i += 1
Else
If trans.SAVE_VR() Then i += 1
End If
End If
Next