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)