Model/Changes_2024_10_31 ALLE GKV TABELLEN.txt aktualisiert
-> Bei neu Ausliefern, vorher alte Tabellen Droppen -> App8 zu App5 Kommunikation und mehr!
This commit is contained in:
@@ -108,12 +108,17 @@ namespace Host
|
||||
protokoll.SentDakotaSuccess = true;
|
||||
break;
|
||||
case GkvTransferResultType.FailSoft:
|
||||
protokoll.SentApp8Success = false;
|
||||
break;
|
||||
case GkvTransferResultType.FailFatal:
|
||||
protokoll.SentApp8Success = false;
|
||||
break;
|
||||
case GkvTransferResultType.FailFollowUp:
|
||||
protokoll.SentApp8Success = false;
|
||||
break;
|
||||
}
|
||||
|
||||
DAOFactory.GenericDAO.Update(protokoll);
|
||||
}
|
||||
|
||||
#region Senden
|
||||
|
||||
Reference in New Issue
Block a user