Fiskalkunden - Untervollmachten
This commit is contained in:
@@ -10,13 +10,14 @@ Public Class cFiskalkunden
|
||||
Property FK_locked As Object = Nothing
|
||||
Property FK_Bonitaet As Object = Nothing
|
||||
Property FK_Vollmacht As Object = Nothing
|
||||
Property FK_Untervollmacht As Object = Nothing
|
||||
Property FK_UID As Object = Nothing
|
||||
Property FK_EORI As Object = Nothing
|
||||
Property FK_Website_URL As Object = Nothing
|
||||
Property FK_WebsiteSt_URL As Object = Nothing
|
||||
Property FK_VollmachtOriginal As Boolean
|
||||
Property FK_MaId As Object = Nothing
|
||||
Property FK_Abschlussdatum As DateTime
|
||||
Property FK_Abschlussdatum As Object = Nothing
|
||||
Property FK_Anmerkung As Object = Nothing
|
||||
Property FK_Lieferanten As Object = Nothing
|
||||
Property FK_Empfaenger As Object = Nothing
|
||||
@@ -51,6 +52,7 @@ Public Class cFiskalkunden
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("FK_locked", FK_locked))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("FK_Bonitaet", FK_Bonitaet))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("FK_Vollmacht", FK_Vollmacht))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("FK_Untervollmacht", FK_Untervollmacht))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("FK_UID", FK_UID))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("FK_EORI", FK_EORI))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("FK_Website_URL", FK_Website_URL))
|
||||
|
||||
Reference in New Issue
Block a user