Frachtkostenberechnung
This commit is contained in:
@@ -538,7 +538,7 @@ Public Class cATEZ_NCTS_IN
|
||||
|
||||
Else
|
||||
If (rest.ResponseStatusCode <> 200) Then
|
||||
failureDesc = rest.ResponseStatusText
|
||||
failureDesc = rest.ResponseStatusCode & "-" & rest.ResponseStatusText
|
||||
Return failureDesc
|
||||
Else
|
||||
|
||||
|
||||
@@ -504,7 +504,7 @@ Public Class cTimasAPI
|
||||
Return timeEntryCreated
|
||||
Else
|
||||
|
||||
info = "Zeiteintrag " & entryType & " angelegt!" & timeEntry.ToString("HH:mm:ss")
|
||||
info = "Zeiteintrag " & entryType & " angelegt! " & timeEntry.ToString("HH:mm:ss")
|
||||
|
||||
'Dim jsonResult As New Chilkat.JsonObject
|
||||
'success = jsonResult.LoadSb(sbResponseBody)
|
||||
|
||||
Reference in New Issue
Block a user