From 6da8f3689e9e6d6da60f9ecbf4b75a13e1f40d0b Mon Sep 17 00:00:00 2001 From: Alexandra Date: Thu, 8 Aug 2024 12:26:28 +0200 Subject: [PATCH] AwoDortmund/Export/DiamantExporter - Kostenstellenzuweisung Soziotherapie --- ReportImp/AwoDortmund/Export/DiamantExporter.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReportImp/AwoDortmund/Export/DiamantExporter.cs b/ReportImp/AwoDortmund/Export/DiamantExporter.cs index 1985e317f..0a2de4adb 100644 --- a/ReportImp/AwoDortmund/Export/DiamantExporter.cs +++ b/ReportImp/AwoDortmund/Export/DiamantExporter.cs @@ -272,9 +272,9 @@ namespace AwoDortmund.Export } if (oid.HasValue && c2sOid2SoziBetrag.ContainsKey(oid.Value)) { - betragSozi = c2sOid2SoziBetrag[oid.Value]; - betragSozi = Math.Round(betragSozi, 2, MidpointRounding.AwayFromZero); - betragBewo -= betragSozi; + betragSozi = c2sOid2SoziBetrag[oid.Value]; //SoziotherapieRechnung enthält nur Soziotherapiebeträge + betragSozi = Math.Round(betragBewo, 2, MidpointRounding.AwayFromZero); + betragBewo = 0; } //bewo 610900 //offener Treff 610910 Leistungskategorie Gruppenbuchung