IDS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user