From 2fdd9b08960cef9da2ed3a1b5b7271b96f69259c Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Wed, 28 Feb 2024 11:09:11 +0100 Subject: [PATCH] MH: ASB Hamm Budgetnachweis2 --- ReportImp/ASBHammReports/Budgetnachweis2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/ASBHammReports/Budgetnachweis2.cs b/ReportImp/ASBHammReports/Budgetnachweis2.cs index 7bca84ffe..3be8b8319 100644 --- a/ReportImp/ASBHammReports/Budgetnachweis2.cs +++ b/ReportImp/ASBHammReports/Budgetnachweis2.cs @@ -110,7 +110,7 @@ namespace ASBHamm.Neu newRow.Cells[0].Text = String.Format("{0:dd.MM.yyyy}", ii.PeriodStartDate); newRow.Cells[1].Text = String.Format("{0:dd.MM.yyyy}", ii.PeriodEndDate); newRow.Cells[2].Text = String.Format("{0:0.00}", ii.AmountPerUnit); - newRow.Cells[3].Text = String.Format("{0:0.00}", ii.UnitCount); + newRow.Cells[3].Text = String.Format("{0:0.00}", ii.UnitCount * ((ii.RateFactor + 100) / 100)); }