Ankunftsanzeige, VOCS AbfArten
This commit is contained in:
@@ -787,6 +787,16 @@ Public Class cZOLL_IMPORT
|
||||
End If
|
||||
|
||||
End If
|
||||
|
||||
If SENDUNG.tblSnd_Abfertigungsart_ID = 67 Or SENDUNG.tblSnd_Abfertigungsart_ID = 68 Then
|
||||
If SENDUNG.tblSnd_anzahlHandling IsNot Nothing AndAlso IsNumeric(SENDUNG.tblSnd_anzahlHandling) Then
|
||||
SPEDITIONSBUCH.Abfertigungsanzahl = SENDUNG.tblSnd_anzahlHandling
|
||||
Else
|
||||
SPEDITIONSBUCH.Abfertigungsanzahl = 0
|
||||
End If
|
||||
|
||||
End If
|
||||
|
||||
If SENDUNG.tblSnd_Abfertigungsart_ID = 44 Then
|
||||
If SENDUNG.tblSnd_ATBFakturieren IsNot Nothing Then
|
||||
SPEDITIONSBUCH.Fakturiert = Not SENDUNG.tblSnd_ATBFakturieren
|
||||
|
||||
Reference in New Issue
Block a user