asfinag, etc.

This commit is contained in:
2025-10-16 16:04:43 +02:00
parent cb47be2ee1
commit 789520a368
3 changed files with 9 additions and 8 deletions

View File

@@ -1964,12 +1964,12 @@ Public Class cAsfinag
MDMEinarb.ds_total = counTrans
MDMEinarb.ds_total = counTrans - 2 'total - 2 (header + trailer)
MDMEinarb.ds_count = savedTrans
MDMEinarb.importfilename = fi.Name
MDMEinarb.import_date = Now()
If MDMEinarb.ds_total - 2 = MDMEinarb.ds_count Then 'total - header - trailer
If MDMEinarb.ds_total = MDMEinarb.ds_count Then
MDMEinarb.completed = True
MDMEinarb.completed_date = Now()
End If