This commit is contained in:
2025-09-30 15:25:31 +02:00
parent 3ab0138792
commit e0b075e479
2 changed files with 3 additions and 3 deletions

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.4.5.4")>
<Assembly: AssemblyFileVersion("1.4.5.4")>
<Assembly: AssemblyVersion("1.4.5.5")>
<Assembly: AssemblyFileVersion("1.4.5.5")>

View File

@@ -1699,7 +1699,7 @@ Public Class usrCntlCBAM
Blatt.Range("F" & cnt).Value = row("origin country code")
Blatt.Range("G" & cnt).Value = row("requested procedure")
Blatt.Range("H" & cnt).Value = row("previous procedure")
Blatt.Range("J" & cnt).Value = row("net mass")
Blatt.Range("I" & cnt).Value = row("net mass")
Blatt.Range("J" & cnt).Value = row("type of measurement unit")
Blatt.Range("K" & cnt).Value = row("invoice numbers")
Blatt.Range("L" & cnt).Value = row("invoice date")