Maut, QU-Kontrolle, MAhnlauf, Kundebearbeiten, etc.
This commit is contained in:
@@ -81,6 +81,15 @@ Public Class cKundenErweitert
|
||||
Property kde_Kapital As Object = Nothing
|
||||
Property kde_KapitalWaehrung As Object = Nothing
|
||||
Property kde_GruendungsDatum As Object = Nothing
|
||||
Property kde_WechselBetrag As Object = Nothing
|
||||
Property kde_WechselGueltigBis As Object = Nothing
|
||||
Property kde_WechselErhaltenAm As Object = Nothing
|
||||
Property kde_BankgarantielErhaltenAm As Object = Nothing
|
||||
Property kde_WechselBlanko As Boolean = False
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Dim SQL As New SQL
|
||||
|
||||
@@ -163,6 +172,13 @@ Public Class cKundenErweitert
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("kde_Kapital", kde_Kapital))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("kde_KapitalWaehrung", kde_KapitalWaehrung))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("kde_GruendungsDatum", kde_GruendungsDatum))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("kde_WechselBetrag", kde_WechselBetrag))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("kde_WechselGueltigBis", kde_WechselGueltigBis))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("kde_WechselErhaltenAm", kde_WechselErhaltenAm))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("kde_BankgarantielErhaltenAm", kde_BankgarantielErhaltenAm))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("kde_WechselBlanko", kde_WechselBlanko))
|
||||
|
||||
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user