From 2ebb045ef6d2418334390b248c5d0a1255467f40 Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Wed, 20 May 2026 11:14:34 +0200 Subject: [PATCH] EZOLL, Spedbuch, etc. --- VERAG_PROG_ALLGEMEIN/Classes/cSpeditionsbuch.vb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VERAG_PROG_ALLGEMEIN/Classes/cSpeditionsbuch.vb b/VERAG_PROG_ALLGEMEIN/Classes/cSpeditionsbuch.vb index 8c57f91a..5f2fb903 100644 --- a/VERAG_PROG_ALLGEMEIN/Classes/cSpeditionsbuch.vb +++ b/VERAG_PROG_ALLGEMEIN/Classes/cSpeditionsbuch.vb @@ -133,6 +133,7 @@ Public Class cSpeditionsbuch Property AbfertigungsanzahlPos As Object = Nothing Property Barzahlungsbetrag As Double = 0 ' Property Sachbearbeiter As String = "" + Public Sachbearbeiter As String = "" Property Personalnummer As Object = Nothing 'int=-1 Property PersonalnummerQS As Object = Nothing 'int=-1 @@ -190,6 +191,8 @@ Public Class cSpeditionsbuch Property Zollstelle As Object = Nothing Property Zollsystem_Land As Object = Nothing + Property AUTO_created As Boolean = False + Property UNTERPOS As New List(Of cSpeditionsbuchUnterPos) Property VORKOSTEN As New List(Of cVorkosten) Property ENDEMPFAENGER As New List(Of cEndEmpfaener)