eza greenpulse
This commit is contained in:
@@ -127,7 +127,7 @@ Public Class cDakosyEZA_Greenpulse
|
||||
ByRef details As cATEZ_Greenpulse_KafkaDecs.ImporterDetailsNode)
|
||||
' Pflicht: EORI in Parties
|
||||
parties.ImporterIdentificationNumber = eori
|
||||
Dim AD As VERAG_PROG_ALLGEMEIN.cAdressen = cZOLL_IMPORT.getAdresseFromEORI(eori, "", "")
|
||||
Dim AD As VERAG_PROG_ALLGEMEIN.cAdressen = cZOLL_IMPORT.getAdresseFromEORI(eori, "", "", True)
|
||||
|
||||
If AD IsNot Nothing Then
|
||||
details.ImporterTitle = (If(AD.Name_1, "") & " " & If(AD.Name_2, "")).trim
|
||||
@@ -146,7 +146,7 @@ Public Class cDakosyEZA_Greenpulse
|
||||
ByRef parties As cATEZ_Greenpulse_KafkaDecs.PartiesNode,
|
||||
ByRef details As cATEZ_Greenpulse_KafkaDecs.ExporterDetailsNode)
|
||||
parties.ExporterIdentificationNumber = eori
|
||||
Dim AD As VERAG_PROG_ALLGEMEIN.cAdressen = cZOLL_IMPORT.getAdresseFromEORI(eori, "", "")
|
||||
Dim AD As VERAG_PROG_ALLGEMEIN.cAdressen = cZOLL_IMPORT.getAdresseFromEORI(eori, "", "", True)
|
||||
|
||||
If AD IsNot Nothing Then
|
||||
details.ExporterTitle = (If(AD.Name_1, "") & " " & If(AD.Name_2, "")).trim
|
||||
|
||||
Reference in New Issue
Block a user