From 4d70f208c0d1786f47bc4e2e04bc1e72c419813c Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 18 Jun 2025 15:24:55 +0200 Subject: [PATCH] ChristopherusHaus/Export/SimbaExporter - Pooling mit Faktor von 4,34 Wochen im Monat --- ReportImp/ChristopherusHaus/Export/SimbaExporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/ChristopherusHaus/Export/SimbaExporter.cs b/ReportImp/ChristopherusHaus/Export/SimbaExporter.cs index 5b9db9b38..041a5be4c 100644 --- a/ReportImp/ChristopherusHaus/Export/SimbaExporter.cs +++ b/ReportImp/ChristopherusHaus/Export/SimbaExporter.cs @@ -105,7 +105,7 @@ namespace BeWo.ChristopherusHaus.Export } else { - betrag = betrag * 4.33; + betrag = betrag * 4.34; } sb.Append(String.Format("{0:0.00}", Math.Round(betrag, 2, MidpointRounding.AwayFromZero))); }