Änderung

This commit is contained in:
ja
2022-02-09 08:51:42 +01:00
parent 8ef0d59711
commit 89789fd86b
2 changed files with 64 additions and 64 deletions

View File

@@ -98,7 +98,7 @@ Partial Class Customers_Default3
If IsNothing(l2.Lieferdatum) = False Then
strtempLieferdatum = l2.Lieferdatum.ToString.Substring(0, 10)
End If
If IsNothing(l2.KartenNr) = False Then
If l2.KartenNr = CardNo Then
strtempKartenNr = l2.KartenNr.ToString
End If
If IsNothing(l2.PIN) = False Then