small fixes

This commit is contained in:
2024-11-14 15:01:48 +01:00
parent 5b90fba532
commit 778ce81c07
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Result ProtokollOid="31">
<Result ProtokollOid="31" UserOid="1">
<Titel>31</Titel>
<Datum>2024-06-01T09:00:00</Datum>
<Nachricht>TestNach</Nachricht>

View File

@@ -55,7 +55,7 @@ namespace BeWo.Service.DCEntityMapper
tooltip = "Erneut senden";
break;
case BS.Shared.GkvState.ErrorFatal:
isReady = true;
isReady = false;
tooltip = "Fataler Fehler";
break;
case BS.Shared.GkvState.ErrorFolgefehler: