ChristopherusHaus/Export/SimbaExporter - Pooling mit Faktor von 4,34 Wochen im Monat

This commit is contained in:
2025-06-18 15:24:55 +02:00
parent a3196842f7
commit 4d70f208c0

View File

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