ZOLL IMPORT --> Zollstelle in SpedBuch

This commit is contained in:
2023-01-21 22:50:19 +01:00
parent 5e980b3666
commit f302655459

View File

@@ -680,6 +680,9 @@ Public Class cZOLL_IMPORT
If SPEDITIONSBUCH.Grenzstelle Is Nothing OrElse SPEDITIONSBUCH.Grenzstelle = "" Then
SPEDITIONSBUCH.Grenzstelle = If(Aviso.Grenzstelle, "")
End If
If SPEDITIONSBUCH.Zollstelle Is Nothing OrElse SPEDITIONSBUCH.Zollstelle = "" Then
SPEDITIONSBUCH.Zollstelle = If(Aviso.Zollstelle, "")
End If
End If
End If