Revert "Datumsfelder wurden auf Datum-only-Wert gekürzt."
This reverts commit 5bed52aa10.
This commit is contained in:
@@ -94,16 +94,16 @@ Partial Class Customers_Default3
|
||||
Dim strtempArchivt As String = String.Empty
|
||||
|
||||
If IsNothing(l2.Bestelldatum) = False Then
|
||||
strtempbestelltam = l2.Bestelldatum.ToString.Substring(0, 10)
|
||||
strtempbestelltam = l2.Bestelldatum.ToString
|
||||
End If
|
||||
If IsNothing(l2.Umstellungsdatum) = False Then
|
||||
strtempUmstellungsdatum = l2.Umstellungsdatum.ToString.Substring(0, 10)
|
||||
strtempUmstellungsdatum = l2.Umstellungsdatum.ToString
|
||||
End If
|
||||
If IsNothing(l2.Kategorie) = False Then
|
||||
strtempKat = l2.Kategorie.ToString
|
||||
End If
|
||||
If IsNothing(l2.Vertragsabschlussdatum) = False Then
|
||||
strtempVertragsabschlussdatum = l2.Vertragsabschlussdatum.ToString.Substring(0, 10)
|
||||
strtempVertragsabschlussdatum = l2.Vertragsabschlussdatum.ToString
|
||||
End If
|
||||
If IsNothing(l2.Status) = False Then
|
||||
strtempStatus = l2.Status.ToString
|
||||
|
||||
Reference in New Issue
Block a user