MH: ASB Hamm Budgetnachweis2
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user