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

@@ -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