IDS, Kundebearbeiten, Creditsafe, MDMAuswertung, etc.

This commit is contained in:
2025-10-01 09:59:09 +02:00
parent e0b075e479
commit 6a03240f7e
8 changed files with 338 additions and 270 deletions

View File

@@ -484,7 +484,7 @@ Public Class cCreditSafeAPI
If company IsNot Nothing AndAlso IsDate(company.lastChecked) Then
checkDate = company.lastChecked.ToString("yyyy-MM-ddTHH:mm:ss")
Else
checkDate = Today().AddDays(-30).ToString("yyyy-MM-ddTHH:mm:ss")
checkDate = Today().AddDays(-365).ToString("yyyy-MM-ddTHH:mm:ss")
End If
Dim failureDesc As String