MH: ASB Hamm Budgetnachweis2

This commit is contained in:
2024-02-28 11:09:11 +01:00
parent 3bec4d8e8c
commit 2fdd9b0896

View File

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