Frachtkostenberechnung

This commit is contained in:
2023-08-23 14:33:27 +02:00
parent d291fee51a
commit 7f403e3604
6 changed files with 1314 additions and 3 deletions

View File

@@ -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)