This commit is contained in:
2026-06-24 12:27:18 +02:00
parent 67cbc86679
commit 66c6f84725

View File

@@ -4870,7 +4870,7 @@ Public Class frmMDM_USTVAntrag
SubCode = "4.1"
End If
Case "DK", "SE"
Case "DK"
If typ = "diesel" Then
Code = 1
SubCode = "1.1"
@@ -4880,6 +4880,16 @@ Public Class frmMDM_USTVAntrag
SubCode = "4"
End If
Case "SE"
If typ = "diesel" Then
Code = 1
SubCode = ""
End If
If typ = "maut" Then
Code = 4
SubCode = "5"
End If
Case "DE", "CZ", "LU"
If typ = "diesel" Then
Code = 1
@@ -4890,6 +4900,16 @@ Public Class frmMDM_USTVAntrag
SubCode = ""
End If
Case "BG", "IE", "PT"
If typ = "diesel" Then
Code = 1
SubCode = "1.1.2"
End If
If typ = "maut" Then
Code = 4
SubCode = "4.1"
End If
Case Else
If typ = "diesel" Then