creditsafe
This commit is contained in:
@@ -635,12 +635,12 @@ Public Class cCreditSafeAPI
|
||||
End If
|
||||
|
||||
KUNDE_ERW.SAVE()
|
||||
End If
|
||||
|
||||
KUNDE.SAVE()
|
||||
|
||||
End If
|
||||
|
||||
KUNDE.SAVE()
|
||||
|
||||
End If
|
||||
|
||||
|
||||
Return "Anzahl gefundener Datensätze: " & numCompanies
|
||||
|
||||
@@ -1010,7 +1010,7 @@ Public Class cCreditSafeAPI
|
||||
|
||||
Shared Function calculatedBonIndexFromBonScore(score As Object, ByRef riskClass As String) As Double
|
||||
|
||||
If score Is Nothing OrElse score = "" OrElse Not IsNumeric(score) Then Return -1
|
||||
If score Is Nothing OrElse Not IsNumeric(score) Then Return -1
|
||||
|
||||
Select Case score
|
||||
Case 91 To 100
|
||||
|
||||
Reference in New Issue
Block a user