From 368697ae451b45eb992fc884c2dda5b97f2b2d7a Mon Sep 17 00:00:00 2001 From: Andreas Luxbauer Date: Wed, 25 Feb 2026 11:11:01 +0100 Subject: [PATCH] eza --- Aviso/ATEZ/frmATEZ_EZA.vb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Aviso/ATEZ/frmATEZ_EZA.vb b/Aviso/ATEZ/frmATEZ_EZA.vb index 74b6c71..104ce2e 100644 --- a/Aviso/ATEZ/frmATEZ_EZA.vb +++ b/Aviso/ATEZ/frmATEZ_EZA.vb @@ -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")