Bugfix -> Änderung NULL-Value bei Zufrieden in Besucherberichte
This commit is contained in:
@@ -25,25 +25,25 @@ Public Class cBesuchsbericht
|
||||
Property bb_LKW_Kuehltranporte As Boolean = False
|
||||
Property bb_LKW_Sondertransporte As Boolean = False
|
||||
Property bb_LKW_Sprinter As Boolean = False
|
||||
Property bb_LKW_SiloTank As Boolean = False
|
||||
Property bb_Auftraggeber As Object = Nothing
|
||||
Property bb_Route As Object = Nothing
|
||||
Property bb_DerzeitigerLieferant As Object = Nothing
|
||||
Property bb_Zufrieden As Boolean = Nothing
|
||||
Property bb_LKW_SiloTank As Boolean = False
|
||||
Property bb_Auftraggeber As Object = Nothing
|
||||
Property bb_Route As Object = Nothing
|
||||
Property bb_DerzeitigerLieferant As Object = Nothing
|
||||
Property bb_Zufrieden As Object = Nothing
|
||||
Property bb_ZufriedenNEIN As Object = Nothing
|
||||
Property bb_Garantie As Object = Nothing
|
||||
Property bb_Interesse_Zollabfertigung As Boolean = False
|
||||
Property bb_Interesse_Brexit As Boolean = False
|
||||
Property bb_Interesse_Parkplatz As Boolean = False
|
||||
Property bb_Interesse_LagerUmschlag As Boolean = False
|
||||
Property bb_Interesse_Rola As Boolean = False
|
||||
Property bb_Interesse_YesMoney As Boolean = False
|
||||
Property bb_Interesse_Ferry As Boolean = False
|
||||
Property bb_Vermerk As Object = Nothing
|
||||
Property bb_Interesse_Brexit As Boolean = False
|
||||
Property bb_Interesse_Parkplatz As Boolean = False
|
||||
Property bb_Interesse_LagerUmschlag As Boolean = False
|
||||
Property bb_Interesse_Rola As Boolean = False
|
||||
Property bb_Interesse_YesMoney As Boolean = False
|
||||
Property bb_Interesse_Ferry As Boolean = False
|
||||
Property bb_Vermerk As Object = Nothing
|
||||
|
||||
Public hasEntry = False
|
||||
Public hasEntry = False
|
||||
|
||||
Dim SQL As New SQL
|
||||
Dim SQL As New SQL
|
||||
|
||||
Sub New()
|
||||
bb_Garantie = VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
|
||||
|
||||
Reference in New Issue
Block a user