Feature_Routenberechnung implementiert
This commit is contained in:
@@ -1839,7 +1839,7 @@ Public Class frmEintragAviso
|
||||
|
||||
Dim destination As String = ""
|
||||
|
||||
If cboGrenzstelle._value = "???" AndAlso txtBestimmungszollstelle._value IsNot Nothing Then
|
||||
If cboGrenzstelle._value = "???" AndAlso txtBestimmungszollstelle._value IsNot "" Then
|
||||
destination = txtBestimmungszollstelle._value
|
||||
Else
|
||||
destination = cboGrenzstelle._value
|
||||
|
||||
Reference in New Issue
Block a user