Compare commits

...

2 Commits

Author SHA1 Message Date
11fc725614 Merge branch 'master' of https://git.it.verag.ag/edv/AVISO 2026-02-25 11:28:04 +01:00
368697ae45 eza 2026-02-25 11:11:01 +01:00

View File

@@ -186,9 +186,12 @@ Public Class frmATEZ_EZA
}
If If(AVISO.Zollstelle, "").Length >= 4 Then
ATEZ_RH_EZA.additionalData.declaration(0).headerData.addressedCustomsOffice = AVISO.Zollstelle.ToString.Substring(AVISO.Zollstelle.ToString.Length - 4)
'MsgBox(ATEZ_RH_EZA.additionalData.declaration(0).headerData.addressedCustomsOffice)
'If If(AVISO.Zollstelle, "").Length >= 4 Then
'ATEZ_RH_EZA.additionalData.declaration(0).headerData.addressedCustomsOffice = AVISO.Zollstelle.ToString.Substring(AVISO.Zollstelle.ToString.Length - 4)
' 'MsgBox(ATEZ_RH_EZA.additionalData.declaration(0).headerData.addressedCustomsOffice)
'End If
If If(sbAdressierteZollstelle._value, "").Length >= 4 Then
ATEZ_RH_EZA.additionalData.declaration(0).headerData.addressedCustomsOffice = sbAdressierteZollstelle._value
End If
ATEZ_RH_EZA.additionalData.declaration(0).objectIdentification.username = If(VERAG_PROG_ALLGEMEIN.cAllgemein.MITARBEITER.mit_DAKOSY_SB, "ANDREAS")