fakt, etc.

This commit is contained in:
2026-05-13 13:44:31 +02:00
parent afdc1c3822
commit dcf20568ad
12 changed files with 182 additions and 106 deletions

View File

@@ -490,7 +490,7 @@ Public Class cIDS
SQL.doSQL("UPDATE det SET det.LicencePlateNumber = s.KfzKennzeichen FROM tblIDSTransactionsNew_Details det INNER JOIN SDL.dbo.SDL s
ON s.KartenNr =
CAST(det.CustomerCode AS varchar(50)) + CAST(det.CardNumber AS varchar(50))
WHERE s.SDLNr = 100 AND ISNULL(s.Gesperrt,0) = 0")
WHERE s.SDLNr = 100 AND ISNULL(s.Gesperrt,0) = 0 AND det.LicencePlateNumber is null", "FMZOLL")
MDMEinarb.supplier = "IDS_Details"
cnt = CInt(lngRecordCount)