gesamtsicherheiten, etc.

This commit is contained in:
2025-12-11 09:14:50 +01:00
parent 95b92d8599
commit 15d42beecf
7 changed files with 1163 additions and 762 deletions

View File

@@ -7630,7 +7630,7 @@ Public Class frmSendungsdetailsNEU
For Each s As cSendungen In SENDUNG_LIST
'nur Betrag EUR
If s.tblSnd_Vorpapier = vorp Then
If s.tblSnd_Vorpapier = vorpT1 Then
If s.tblSnd_WarenwertWaehrung = "EUR" AndAlso s.tblSnd_Warenwert > 0 AndAlso s.FilialenNr = SENDUNG_LIST(CURRENT_INDEX).FilialenNr Then
calcWarenwerte += s.tblSnd_Warenwert
Else